#8858CA

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

Shades of Amethyst #8858CA

Tints of Amethyst #8858CA

Color information

#8858CA (or 0x8858CA) is unknown color: approx Amethyst. HEX triplet: 88, 58 and CA. RGB value is (136,88,202). Sum of RGB (Red+Green+Blue) = 136+88+202=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #8858CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8858CA is #77A735. Grayscale: #727272. Windows color (decimal): -7841590 or 13260936. OLE color: 13260936.

HSL color Cylindrical-coordinate representation of color #8858CA: hue angle of 265.26º 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 #8858CA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13688202-
CMYK0.330.5600.21
HSL265.26º51.82%56.86%-
HSV(B)265.26º56.44%79.22%-
XYZ24.316.4857.78-
YUV115.35176.9142.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=31.92%
G=20.66%
B=47.42%

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
Decimal136882020.330.5600.21265.2651.8256.86
Hex8858CA21380151093439
Octal21013031241700254116471
Binary10001000101100011001010100001111000010101100001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8858CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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