#9F70CF

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

Shades of Amethyst #9F70CF

Tints of Amethyst #9F70CF

Color information

#9F70CF (or 0x9F70CF) is unknown color: approx Amethyst. HEX triplet: 9F, 70 and CF. RGB value is (159,112,207). Sum of RGB (Red+Green+Blue) = 159+112+207=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F70CF is #608F30. Grayscale: #888888. Windows color (decimal): -6328113 or 13594783. OLE color: 13594783.

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

Color convert

RGB159112207-
CMYK0.230.4600.19
HSL269.68º49.74%62.55%-
HSV(B)269.68º45.89%81.18%-
XYZ31.3523.4661.91-
YUV136.88167.57143.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=33.26%
G=23.43%
B=43.31%

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
Decimal1591122070.230.4600.19269.6849.7462.55
Hex9F70CF172E01310e323f
Octal23716031727560234166277
Binary1001111111100001100111110111101110010011100001110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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