#9F70CE

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

Shades of Amethyst #9F70CE

Tints of Amethyst #9F70CE

Color information

#9F70CE (or 0x9F70CE) is unknown color: approx Amethyst. HEX triplet: 9F, 70 and CE. RGB value is (159,112,206). Sum of RGB (Red+Green+Blue) = 159+112+206=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70CE is #608F31. Grayscale: #888888. Windows color (decimal): -6328114 or 13529247. OLE color: 13529247.

HSL color Cylindrical-coordinate representation of color #9F70CE: hue angle of 270º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F70CE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159112206-
CMYK0.230.4600.19
HSL270º48.96%62.35%-
HSV(B)270º45.63%80.78%-
XYZ31.2323.4261.27-
YUV136.77167.07143.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=33.33%
G=23.48%
B=43.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591122060.230.4600.1927048.9662.35
Hex9F70CE172E01310e313e
Octal23716031627560234166176
Binary1001111111100001100111010111101110010011100001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,206); }

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

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

 a { background-color: rgb(159,112,206); }

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

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

 span { border-color: rgb(159,112,206); }

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