#9F71CD

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

Shades of Amethyst #9F71CD

Tints of Amethyst #9F71CD

Color information

#9F71CD (or 0x9F71CD) is unknown color: approx Amethyst. HEX triplet: 9F, 71 and CD. RGB value is (159,113,205). Sum of RGB (Red+Green+Blue) = 159+113+205=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71CD is #608E32. Grayscale: #888888. Windows color (decimal): -6327859 or 13463967. OLE color: 13463967.

HSL color Cylindrical-coordinate representation of color #9F71CD: hue angle of 270º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F71CD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159113205-
CMYK0.220.4500.20
HSL270º47.92%62.35%-
HSV(B)270º44.88%80.39%-
XYZ31.2223.5960.67-
YUV137.24166.24143.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=33.33%
G=23.69%
B=42.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591132050.220.4500.2027047.9262.35
Hex9F71CD162D01410e303e
Octal23716131526550244166076
Binary1001111111100011100110110110101101010100100001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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