#9F6BBA

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

Shades of Purple Mountain's Majesty #9F6BBA

Tints of Purple Mountain's Majesty #9F6BBA

Color information

#9F6BBA (or 0x9F6BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 6B and BA. RGB value is (159,107,186). Sum of RGB (Red+Green+Blue) = 159+107+186=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6BBA is #609445. Grayscale: #838383. Windows color (decimal): -6329414 or 12217247. OLE color: 12217247.

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

Color convert

RGB159107186-
CMYK0.150.4200.27
HSL279.49º36.41%57.45%-
HSV(B)279.49º42.47%72.94%-
XYZ28.4221.4349.09-
YUV131.55158.73147.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=35.18%
G=23.67%
B=41.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591071860.150.4200.27279.4936.4157.45
Hex9F6BBAF2A01B1172439
Octal23715327217520334274471
Binary100111111101011101110101111101010011011100010111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,186); }

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

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

 a { background-color: rgb(159,107,186); }

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

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

 span { border-color: rgb(159,107,186); }

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