#996BBA

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

Shades of Purple Mountain's Majesty #996BBA

Tints of Purple Mountain's Majesty #996BBA

Color information

#996BBA (or 0x996BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 6B and BA. RGB value is (153,107,186). Sum of RGB (Red+Green+Blue) = 153+107+186=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #996BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BBA is #669445. Grayscale: #818181. Windows color (decimal): -6722630 or 12217241. OLE color: 12217241.

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

Color convert

RGB153107186-
CMYK0.180.4200.27
HSL274.94º36.41%57.45%-
HSV(B)274.94º42.47%72.94%-
XYZ27.2620.8349.04-
YUV129.76159.74144.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=34.30%
G=23.99%
B=41.70%

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
Decimal1531071860.180.4200.27274.9436.4157.45
Hex996BBA122A01B1132439
Octal23115327222520334234471
Binary1001100111010111011101010010101010011011100010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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