#996BBB

Color #996BBB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #996BBB

Tints of Purple Mountain's Majesty #996BBB

Color information

#996BBB (or 0x996BBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 6B and BB. RGB value is (153,107,187). Sum of RGB (Red+Green+Blue) = 153+107+187=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #996BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BBB is #669444. Grayscale: #818181. Windows color (decimal): -6722629 or 12282777. OLE color: 12282777.

HSL color Cylindrical-coordinate representation of color #996BBB: hue angle of 274.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996BBB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153107187-
CMYK0.180.4300.27
HSL274.5º37.04%57.65%-
HSV(B)274.5º42.78%73.33%-
XYZ27.3620.8849.6-
YUV129.87160.24144.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=34.23%
G=23.94%
B=41.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531071870.180.4300.27274.537.0457.65
Hex996BBB122B01B112253a
Octal23115327322530334224572
Binary1001100111010111011101110010101011011011100010010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #996BBB;
 }
 .AnyTagClassName
 {
   color: #996BBB;
 }
</style>
background-color css

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

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

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

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

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

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