#9F6FBB

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

Shades of Purple Mountain's Majesty #9F6FBB

Tints of Purple Mountain's Majesty #9F6FBB

Color information

#9F6FBB (or 0x9F6FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 6F and BB. RGB value is (159,111,187). Sum of RGB (Red+Green+Blue) = 159+111+187=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F6FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FBB is #609044. Grayscale: #858585. Windows color (decimal): -6328389 or 12283807. OLE color: 12283807.

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

Color convert

RGB159111187-
CMYK0.150.4100.27
HSL277.89º35.85%58.43%-
HSV(B)277.89º40.64%73.33%-
XYZ28.9522.3349.8-
YUV134.02157.9145.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=34.79%
G=24.29%
B=40.92%

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
Decimal1591111870.150.4100.27277.8935.8558.43
Hex9F6FBBF2901B116243a
Octal23715727317510334264472
Binary100111111101111101110111111101001011011100010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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