#9859CF

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

Shades of Amethyst #9859CF

Tints of Amethyst #9859CF

Color information

#9859CF (or 0x9859CF) is unknown color: approx Amethyst. HEX triplet: 98, 59 and CF. RGB value is (152,89,207). Sum of RGB (Red+Green+Blue) = 152+89+207=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #9859CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859CF is #67A630. Grayscale: #787878. Windows color (decimal): -6792753 or 13588888. OLE color: 13588888.

HSL color Cylindrical-coordinate representation of color #9859CF: hue angle of 272.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9859CF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15289207-
CMYK0.270.5700.19
HSL272.03º55.14%58.04%-
HSV(B)272.03º57%81.18%-
XYZ27.7818.3361.1-
YUV121.29176.37149.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=33.93%
G=19.87%
B=46.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152892070.270.5700.19272.0355.1458.04
Hex9859CF1B39013110373a
Octal23013131733710234206772
Binary1001100010110011100111111011111001010011100010000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9859CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9859CF; }

 p { color: rgb(152,89,207); }

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

<style>
 a { background-color: #9859CF; }

 a { background-color: rgb(152,89,207); }

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

<style>
 span { border-color: #9859CF; }

 span { border-color: rgb(152,89,207); }

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