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

📋 copy color: '#9B77BF'

red 155 ◦ green 119 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9B77BF

Tints of Purple Mountain's Majesty #9B77BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.08%

R = 33.33%
G = 25.59%
B = 41.08%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B77BF (or 0x9B77BF) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 77 and BF. RGB value is (155,119,191). Sum of RGB (Red+Green+Blue) = 155+119+191=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B77BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B77BF is #648840. Grayscale: #898989. Windows color (decimal): -6588481 or 12547995. OLE color: 12547995.

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

Color convert

RGB 155 119 191 -
CMYK 0.19 0.38 0 0.25
HSL 270º 0.36% 0.61% -
HSV(B) 270º 0.38% 0.75% -
XYZ 29.52 23.92 52.35 -
YUV 137.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 155 119 191 0.19 0.38 0 0.25 270 0.36 0.61
Hex 9B 77 BF 13 26 0 19 10E 24 3D
Octal 233 167 277 23 46 0 31 416 44 75
Binary 10011011 1110111 10111111 10011 100110 0 11001 100001110 100100 111101

Color Harmonies of #9B77BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77BF

Black with #9B77BF

Text Example


Text Example

White with #9B77BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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