#8858CD

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

Shades of Amethyst #8858CD

Tints of Amethyst #8858CD

Color information

#8858CD (or 0x8858CD) is unknown color: approx Amethyst. HEX triplet: 88, 58 and CD. RGB value is (136,88,205). Sum of RGB (Red+Green+Blue) = 136+88+205=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #8858CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8858CD is #77A732. Grayscale: #737373. Windows color (decimal): -7841587 or 13457544. OLE color: 13457544.

HSL color Cylindrical-coordinate representation of color #8858CD: hue angle of 264.62º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8858CD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13688205-
CMYK0.340.5700.20
HSL264.62º53.92%57.45%-
HSV(B)264.62º57.07%80.39%-
XYZ24.6616.6259.67-
YUV115.69178.4142.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=31.70%
G=20.51%
B=47.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136882050.340.5700.20264.6253.9257.45
Hex8858CD22390141093639
Octal21013031542710244116671
Binary10001000101100011001101100010111001010100100001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8858CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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