Html Css Color HEX #996BB9 Purple Mountain's Majesty

📋 copy color: '#996BB9'

red 153 ◦ green 107 ◦ blue 185

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

Shades of Purple Mountain's Majesty #996BB9

Tints of Purple Mountain's Majesty #996BB9

RGB

 RED value IS 153 (60.16% from 255) = 34.38%

 GREEN value IS 107 (42.19% from 255) = 24.04%

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 34.38%
G = 24.04%
B = 41.57%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#996BB9 (or 0x996BB9) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6B and B9. RGB value is (153,107,185). Sum of RGB (Red+Green+Blue) = 153+107+185=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #996BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BB9 is #669446. Grayscale: #818181. Windows color (decimal): -6722631 or 12151705. OLE color: 12151705.

HSL color Cylindrical-coordinate representation of color #996BB9: hue angle of 275.38º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996BB9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 107 185 -
CMYK 0.17 0.42 0 0.27
HSL 275.38º 0.36% 0.57% -
HSV(B) 275.38º 0.42% 0.73% -
XYZ 27.15 20.79 48.48 -
YUV 129.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 153 107 185 0.17 0.42 0 0.27 275.38 0.36 0.57
Hex 99 6B B9 11 2A 0 1B 113 24 39
Octal 231 153 271 21 52 0 33 423 44 71
Binary 10011001 1101011 10111001 10001 101010 0 11011 100010011 100100 111001

Color Harmonies of #996BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BB9

Black with #996BB9

Text Example


Text Example

White with #996BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996BB9; }

 p { color: rgb(153,107,185); }

 H1.HeaderClassName
 {
   color: #996BB9;
 }
 .AnyTagClassName
 {
   color: #996BB9;
 }
</style>

background-color css

<style>
 a { background-color: #996BB9; }

 a { background-color: rgb(153,107,185); }

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

border-color css

<style>
 span { border-color: #996BB9; }

 span { border-color: rgb(153,107,185); }

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