#9F66CD

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

Shades of Amethyst #9F66CD

Tints of Amethyst #9F66CD

Color information

#9F66CD (or 0x9F66CD) is unknown color: approx Amethyst. HEX triplet: 9F, 66 and CD. RGB value is (159,102,205). Sum of RGB (Red+Green+Blue) = 159+102+205=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66CD is #609932. Grayscale: #828282. Windows color (decimal): -6330675 or 13461151. OLE color: 13461151.

HSL color Cylindrical-coordinate representation of color #9F66CD: hue angle of 273.2º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F66CD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159102205-
CMYK0.220.5000.20
HSL273.2º50.74%60.2%-
HSV(B)273.2º50.24%80.39%-
XYZ30.0721.2860.28-
YUV130.78169.88148.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 102 (40.23% from 255) = 21.89%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=34.12%
G=21.89%
B=43.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591022050.220.5000.20273.250.7460.2
Hex9F66CD1632014111333c
Octal23714631526620244216374
Binary1001111111001101100110110110110010010100100010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,102,205); }

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

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

 a { background-color: rgb(159,102,205); }

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

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

 span { border-color: rgb(159,102,205); }

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