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

📋 copy color: '#9B77BD'

red 155 ◦ green 119 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9B77BD

Tints of Purple Mountain's Majesty #9B77BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 33.48%
G = 25.7%
B = 40.82%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B77BD (or 0x9B77BD) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 77 and BD. RGB value is (155,119,189). Sum of RGB (Red+Green+Blue) = 155+119+189=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B77BD is #648842. Grayscale: #898989. Windows color (decimal): -6588483 or 12416923. OLE color: 12416923.

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

Color convert

RGB 155 119 189 -
CMYK 0.18 0.37 0 0.26
HSL 270.86º 0.35% 0.6% -
HSV(B) 270.86º 0.37% 0.74% -
XYZ 29.3 23.84 51.2 -
YUV 137.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 155 119 189 0.18 0.37 0 0.26 270.86 0.35 0.6
Hex 9B 77 BD 12 25 0 1A 10F 23 3C
Octal 233 167 275 22 45 0 32 417 43 74
Binary 10011011 1110111 10111101 10010 100101 0 11010 100001111 100011 111100

Color Harmonies of #9B77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77BD

Black with #9B77BD

Text Example


Text Example

White with #9B77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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