#996EBA

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

Shades of Purple Mountain's Majesty #996EBA

Tints of Purple Mountain's Majesty #996EBA

Color information

#996EBA (or 0x996EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 6E and BA. RGB value is (153,110,186). Sum of RGB (Red+Green+Blue) = 153+110+186=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #996EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EBA is #669145. Grayscale: #838383. Windows color (decimal): -6721862 or 12218009. OLE color: 12218009.

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

Color convert

RGB153110186-
CMYK0.180.4100.27
HSL273.95º35.51%58.04%-
HSV(B)273.95º40.86%72.94%-
XYZ27.5821.4749.14-
YUV131.52158.75143.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=34.08%
G=24.50%
B=41.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531101860.180.4100.27273.9535.5158.04
Hex996EBA122901B112243a
Octal23115627222510334224472
Binary1001100111011101011101010010101001011011100010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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