#996EB9

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

Shades of Purple Mountain's Majesty #996EB9

Tints of Purple Mountain's Majesty #996EB9

Color information

#996EB9 (or 0x996EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 6E and B9. RGB value is (153,110,185). Sum of RGB (Red+Green+Blue) = 153+110+185=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #996EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EB9 is #669146. Grayscale: #838383. Windows color (decimal): -6721863 or 12152473. OLE color: 12152473.

HSL color Cylindrical-coordinate representation of color #996EB9: hue angle of 274.4º degrees, saturation: 0.35, 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 #996EB9 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153110185-
CMYK0.170.4100.27
HSL274.4º34.88%57.84%-
HSV(B)274.4º40.54%72.55%-
XYZ27.4721.4348.59-
YUV131.41158.25143.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=34.15%
G=24.55%
B=41.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531101850.170.4100.27274.434.8857.84
Hex996EB9112901B112233a
Octal23115627121510334224372
Binary1001100111011101011100110001101001011011100010010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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