Html Css Color HEX #9B74BE Purple Mountain's Majesty

📋 copy color: '#9B74BE'

red 155 ◦ green 116 ◦ blue 190

#9B74BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9B74BE

Tints of Purple Mountain's Majesty #9B74BE

RGB

 RED value IS 155 (60.94% from 255) = 33.62%

 GREEN value IS 116 (45.7% from 255) = 25.16%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 33.62%
G = 25.16%
B = 41.21%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B74BE (or 0x9B74BE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 74 and BE. RGB value is (155,116,190). Sum of RGB (Red+Green+Blue) = 155+116+190=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B74BE is #648B41. Grayscale: #878787. Windows color (decimal): -6589250 or 12481691. OLE color: 12481691.

HSL color Cylindrical-coordinate representation of color #9B74BE: hue angle of 271.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B74BE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 116 190 -
CMYK 0.18 0.39 0 0.25
HSL 271.62º 0.36% 0.6% -
HSV(B) 271.62º 0.39% 0.75% -
XYZ 29.06 23.18 51.66 -
YUV 136.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 155 116 190 0.18 0.39 0 0.25 271.62 0.36 0.6
Hex 9B 74 BE 12 27 0 19 110 24 3C
Octal 233 164 276 22 47 0 31 420 44 74
Binary 10011011 1110100 10111110 10010 100111 0 11001 100010000 100100 111100

Color Harmonies of #9B74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B74BE

Black with #9B74BE

Text Example


Text Example

White with #9B74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B74BE; }

 p { color: rgb(155,116,190); }

 H1.HeaderClassName
 {
   color: #9B74BE;
 }
 .AnyTagClassName
 {
   color: #9B74BE;
 }
</style>

background-color css

<style>
 a { background-color: #9B74BE; }

 a { background-color: rgb(155,116,190); }

 div.DivClassName
 {
   background-color: #9B74BE;
 }
 .BgClassName
 {
   background-color: #9B74BE;
 }
</style>

border-color css

<style>
 span { border-color: #9B74BE; }

 span { border-color: rgb(155,116,190); }

 td.TdClassName
 {
   border-color: #9B74BE;
 }
 .TagClassName
 {
   border-color: #9B74BE;
 }
</style>