#996EB5

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

Shades of Purple Mountain's Majesty #996EB5

Tints of Purple Mountain's Majesty #996EB5

Color information

#996EB5 (or 0x996EB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 6E and B5. RGB value is (153,110,181). Sum of RGB (Red+Green+Blue) = 153+110+181=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 181 - color contains mainly: blue. Hex color #996EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EB5 is #66914A. Grayscale: #828282. Windows color (decimal): -6721867 or 11890329. OLE color: 11890329.

HSL color Cylindrical-coordinate representation of color #996EB5: hue angle of 276.34º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996EB5 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153110181-
CMYK0.150.3900.29
HSL276.34º32.42%57.06%-
HSV(B)276.34º39.23%70.98%-
XYZ27.0521.2646.39-
YUV130.95156.25143.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=34.46%
G=24.77%
B=40.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531101810.150.3900.29276.3432.4257.06
Hex996EB5F2701D1142039
Octal23115626517470354244071
Binary100110011101110101101011111100111011101100010100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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