#8859CA

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

Shades of Amethyst #8859CA

Tints of Amethyst #8859CA

Color information

#8859CA (or 0x8859CA) is unknown color: approx Amethyst. HEX triplet: 88, 59 and CA. RGB value is (136,89,202). Sum of RGB (Red+Green+Blue) = 136+89+202=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #8859CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8859CA is #77A635. Grayscale: #737373. Windows color (decimal): -7841334 or 13261192. OLE color: 13261192.

HSL color Cylindrical-coordinate representation of color #8859CA: hue angle of 264.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8859CA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13689202-
CMYK0.330.5600.21
HSL264.96º51.6%57.06%-
HSV(B)264.96º55.94%79.22%-
XYZ24.3916.6457.8-
YUV115.94176.57142.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=31.85%
G=20.84%
B=47.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136892020.330.5600.21264.9651.657.06
Hex8859CA21380151093439
Octal21013131241700254116471
Binary10001000101100111001010100001111000010101100001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8859CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8859CA; }

 p { color: rgb(136,89,202); }

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

<style>
 a { background-color: #8859CA; }

 a { background-color: rgb(136,89,202); }

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

<style>
 span { border-color: #8859CA; }

 span { border-color: rgb(136,89,202); }

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