#996CBA

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

Shades of Purple Mountain's Majesty #996CBA

Tints of Purple Mountain's Majesty #996CBA

Color information

#996CBA (or 0x996CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 6C and BA. RGB value is (153,108,186). Sum of RGB (Red+Green+Blue) = 153+108+186=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #996CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CBA is #669345. Grayscale: #828282. Windows color (decimal): -6722374 or 12217497. OLE color: 12217497.

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

Color convert

RGB153108186-
CMYK0.180.4200.27
HSL274.62º36.11%57.65%-
HSV(B)274.62º41.94%72.94%-
XYZ27.3621.0449.07-
YUV130.35159.41144.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=34.23%
G=24.16%
B=41.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531081860.180.4200.27274.6236.1157.65
Hex996CBA122A01B113243a
Octal23115427222520334234472
Binary1001100111011001011101010010101010011011100010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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