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

📋 copy color: '#9B77BE'

red 155 ◦ green 119 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9B77BE

Tints of Purple Mountain's Majesty #9B77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.65%

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

R = 33.41%
G = 25.65%
B = 40.95%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B77BE (or 0x9B77BE) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 77 and BE. RGB value is (155,119,190). Sum of RGB (Red+Green+Blue) = 155+119+190=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B77BE is #648841. Grayscale: #898989. Windows color (decimal): -6588482 or 12482459. OLE color: 12482459.

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

Color convert

RGB 155 119 190 -
CMYK 0.18 0.37 0 0.25
HSL 270.42º 0.35% 0.61% -
HSV(B) 270.42º 0.37% 0.75% -
XYZ 29.41 23.88 51.77 -
YUV 137.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 155 119 190 0.18 0.37 0 0.25 270.42 0.35 0.61
Hex 9B 77 BE 12 25 0 19 10E 23 3D
Octal 233 167 276 22 45 0 31 416 43 75
Binary 10011011 1110111 10111110 10010 100101 0 11001 100001110 100011 111101

Color Harmonies of #9B77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77BE

Black with #9B77BE

Text Example


Text Example

White with #9B77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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