#9F6CBE

Color #9F6CBE Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9F6CBE

Tints of Amethyst #9F6CBE

Color information

#9F6CBE (or 0x9F6CBE) is unknown color: approx Amethyst. HEX triplet: 9F, 6C and BE. RGB value is (159,108,190). Sum of RGB (Red+Green+Blue) = 159+108+190=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CBE is #609341. Grayscale: #848484. Windows color (decimal): -6329154 or 12479647. OLE color: 12479647.

HSL color Cylindrical-coordinate representation of color #9F6CBE: hue angle of 277.32º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F6CBE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159108190-
CMYK0.160.4300.25
HSL277.32º38.68%58.43%-
HSV(B)277.32º43.16%74.51%-
XYZ28.9521.8151.4-
YUV132.6160.4146.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=34.79%
G=23.63%
B=41.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591081900.160.4300.25277.3238.6858.43
Hex9F6CBE102B019115273a
Octal23715427620530314254772
Binary1001111111011001011111010000101011011001100010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,190); }

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

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

 a { background-color: rgb(159,108,190); }

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

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

 span { border-color: rgb(159,108,190); }

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