#9E6DBB

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

Shades of Purple Mountain's Majesty #9E6DBB

Tints of Purple Mountain's Majesty #9E6DBB

Color information

#9E6DBB (or 0x9E6DBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 6D and BB. RGB value is (158,109,187). Sum of RGB (Red+Green+Blue) = 158+109+187=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DBB is #619244. Grayscale: #848484. Windows color (decimal): -6394437 or 12283294. OLE color: 12283294.

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

Color convert

RGB158109187-
CMYK0.160.4200.27
HSL277.69º36.45%58.04%-
HSV(B)277.69º41.71%73.33%-
XYZ28.5421.7949.72-
YUV132.54158.73146.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=34.80%
G=24.01%
B=41.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581091870.160.4200.27277.6936.4558.04
Hex9E6DBB102A01B116243a
Octal23615527320520334264472
Binary1001111011011011011101110000101010011011100010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6DBB; }

 p { color: rgb(158,109,187); }

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

<style>
 a { background-color: #9E6DBB; }

 a { background-color: rgb(158,109,187); }

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

<style>
 span { border-color: #9E6DBB; }

 span { border-color: rgb(158,109,187); }

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