#9F6EBD

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

Shades of Purple Mountain's Majesty #9F6EBD

Tints of Purple Mountain's Majesty #9F6EBD

Color information

#9F6EBD (or 0x9F6EBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 6E and BD. RGB value is (159,110,189). Sum of RGB (Red+Green+Blue) = 159+110+189=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EBD is #609142. Grayscale: #858585. Windows color (decimal): -6328643 or 12414623. OLE color: 12414623.

HSL color Cylindrical-coordinate representation of color #9F6EBD: hue angle of 277.22º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F6EBD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159110189-
CMYK0.160.4200.26
HSL277.22º37.44%58.63%-
HSV(B)277.22º41.8%74.12%-
XYZ29.0622.250.9-
YUV133.66159.23146.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=34.72%
G=24.02%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591101890.160.4200.26277.2237.4458.63
Hex9F6EBD102A01A115253b
Octal23715627520520324254573
Binary1001111111011101011110110000101010011010100010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,110,189); }

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

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

 a { background-color: rgb(159,110,189); }

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

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

 span { border-color: rgb(159,110,189); }

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