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

📋 copy color: '#996BB6'

red 153 ◦ green 107 ◦ blue 182

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

Shades of Purple Mountain's Majesty #996BB6

Tints of Purple Mountain's Majesty #996BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 34.62%
G = 24.21%
B = 41.18%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#996BB6 (or 0x996BB6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6B and B6. RGB value is (153,107,182). Sum of RGB (Red+Green+Blue) = 153+107+182=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 182 - color contains mainly: blue. Hex color #996BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BB6 is #669449. Grayscale: #818181. Windows color (decimal): -6722634 or 11955097. OLE color: 11955097.

HSL color Cylindrical-coordinate representation of color #996BB6: hue angle of 276.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996BB6 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 107 182 -
CMYK 0.16 0.41 0 0.29
HSL 276.8º 0.34% 0.57% -
HSV(B) 276.8º 0.41% 0.71% -
XYZ 26.84 20.67 46.83 -
YUV 129.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 153 107 182 0.16 0.41 0 0.29 276.8 0.34 0.57
Hex 99 6B B6 10 29 0 1D 115 22 39
Octal 231 153 266 20 51 0 35 425 42 71
Binary 10011001 1101011 10110110 10000 101001 0 11101 100010101 100010 111001

Color Harmonies of #996BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BB6

Black with #996BB6

Text Example


Text Example

White with #996BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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