#9F6EBB

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

Shades of Purple Mountain's Majesty #9F6EBB

Tints of Purple Mountain's Majesty #9F6EBB

Color information

#9F6EBB (or 0x9F6EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 6E and BB. RGB value is (159,110,187). Sum of RGB (Red+Green+Blue) = 159+110+187=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F6EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6EBB is #609144. Grayscale: #858585. Windows color (decimal): -6328645 or 12283551. OLE color: 12283551.

HSL color Cylindrical-coordinate representation of color #9F6EBB: hue angle of 278.18º degrees, saturation: 0.36, 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 #9F6EBB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159110187-
CMYK0.150.4100.27
HSL278.18º36.15%58.24%-
HSV(B)278.18º41.18%73.33%-
XYZ28.8422.1149.76-
YUV133.43158.23146.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=34.87%
G=24.12%
B=41.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591101870.150.4100.27278.1836.1558.24
Hex9F6EBBF2901B116243a
Octal23715627317510334264472
Binary100111111101110101110111111101001011011100010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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