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

📋 copy color: '#996BB7'

red 153 ◦ green 107 ◦ blue 183

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

Shades of Purple Mountain's Majesty #996BB7

Tints of Purple Mountain's Majesty #996BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.31%

R = 34.54%
G = 24.15%
B = 41.31%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#996BB7 (or 0x996BB7) is known color: Purple Mountain's Majesty. HEX triplet: 99, 6B and B7. RGB value is (153,107,183). Sum of RGB (Red+Green+Blue) = 153+107+183=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #996BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BB7 is #669448. Grayscale: #818181. Windows color (decimal): -6722633 or 12020633. OLE color: 12020633.

HSL color Cylindrical-coordinate representation of color #996BB7: hue angle of 276.32º 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 #996BB7 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 107 183 -
CMYK 0.16 0.42 0 0.28
HSL 276.32º 0.35% 0.57% -
HSV(B) 276.32º 0.42% 0.72% -
XYZ 26.94 20.71 47.38 -
YUV 129.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 153 107 183 0.16 0.42 0 0.28 276.32 0.35 0.57
Hex 99 6B B7 10 2A 0 1C 114 23 39
Octal 231 153 267 20 52 0 34 424 43 71
Binary 10011001 1101011 10110111 10000 101010 0 11100 100010100 100011 111001

Color Harmonies of #996BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BB7

Black with #996BB7

Text Example


Text Example

White with #996BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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