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

📋 copy color: '#996BB8'

red 153 ◦ green 107 ◦ blue 184

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

Shades of Purple Mountain's Majesty #996BB8

Tints of Purple Mountain's Majesty #996BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 34.46%
G = 24.1%
B = 41.44%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#996BB8 (or 0x996BB8) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6B and B8. RGB value is (153,107,184). Sum of RGB (Red+Green+Blue) = 153+107+184=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #996BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BB8 is #669447. Grayscale: #818181. Windows color (decimal): -6722632 or 12086169. OLE color: 12086169.

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

Color convert

RGB 153 107 184 -
CMYK 0.17 0.42 0 0.28
HSL 275.84º 0.35% 0.57% -
HSV(B) 275.84º 0.42% 0.72% -
XYZ 27.05 20.75 47.93 -
YUV 129.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 153 107 184 0.17 0.42 0 0.28 275.84 0.35 0.57
Hex 99 6B B8 11 2A 0 1C 114 23 39
Octal 231 153 270 21 52 0 34 424 43 71
Binary 10011001 1101011 10111000 10001 101010 0 11100 100010100 100011 111001

Color Harmonies of #996BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BB8

Black with #996BB8

Text Example


Text Example

White with #996BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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