#9859E2

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

Shades of Amethyst #9859E2

Tints of Amethyst #9859E2

Color information

#9859E2 (or 0x9859E2) is unknown color: approx Amethyst. HEX triplet: 98, 59 and E2. RGB value is (152,89,226). Sum of RGB (Red+Green+Blue) = 152+89+226=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #9859E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9859E2 is #67A61D. Grayscale: #7A7A7A. Windows color (decimal): -6792734 or 14834072. OLE color: 14834072.

HSL color Cylindrical-coordinate representation of color #9859E2: hue angle of 267.59º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9859E2 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15289226-
CMYK0.330.6100.11
HSL267.59º70.26%61.76%-
HSV(B)267.59º60.62%88.63%-
XYZ30.2519.3174.08-
YUV123.46185.87148.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=32.55%
G=19.06%
B=48.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152892260.330.6100.11267.5970.2661.76
Hex9859E2213D0B10c463e
Octal230131342417501341410676
Binary10011000101100111100010100001111101010111000011001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9859E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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