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

📋 copy color: '#996CB9'

red 153 ◦ green 108 ◦ blue 185

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

Shades of Purple Mountain's Majesty #996CB9

Tints of Purple Mountain's Majesty #996CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.22%

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

R = 34.3%
G = 24.22%
B = 41.48%

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

#996CB9 (or 0x996CB9) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6C and B9. RGB value is (153,108,185). Sum of RGB (Red+Green+Blue) = 153+108+185=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #996CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CB9 is #669346. Grayscale: #818181. Windows color (decimal): -6722375 or 12151961. OLE color: 12151961.

HSL color Cylindrical-coordinate representation of color #996CB9: hue angle of 275.06º degrees, saturation: 0.35, 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 #996CB9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 108 185 -
CMYK 0.17 0.42 0 0.27
HSL 275.06º 0.35% 0.57% -
HSV(B) 275.06º 0.42% 0.73% -
XYZ 27.26 21 48.52 -
YUV 130.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 153 108 185 0.17 0.42 0 0.27 275.06 0.35 0.57
Hex 99 6C B9 11 2A 0 1B 113 23 39
Octal 231 154 271 21 52 0 33 423 43 71
Binary 10011001 1101100 10111001 10001 101010 0 11011 100010011 100011 111001

Color Harmonies of #996CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CB9

Black with #996CB9

Text Example


Text Example

White with #996CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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