#996ABA

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

Shades of Purple Mountain's Majesty #996ABA

Tints of Purple Mountain's Majesty #996ABA

Color information

#996ABA (or 0x996ABA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 6A and BA. RGB value is (153,106,186). Sum of RGB (Red+Green+Blue) = 153+106+186=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #996ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ABA is #669545. Grayscale: #808080. Windows color (decimal): -6722886 or 12216985. OLE color: 12216985.

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

Color convert

RGB153106186-
CMYK0.180.4300.27
HSL275.25º36.7%57.25%-
HSV(B)275.25º43.01%72.94%-
XYZ27.1520.6349-
YUV129.17160.07145-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=34.38%
G=23.82%
B=41.80%

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
Decimal1531061860.180.4300.27275.2536.757.25
Hex996ABA122B01B1132539
Octal23115227222530334234571
Binary1001100111010101011101010010101011011011100010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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