#8858CC

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

Shades of Amethyst #8858CC

Tints of Amethyst #8858CC

Color information

#8858CC (or 0x8858CC) is unknown color: approx Amethyst. HEX triplet: 88, 58 and CC. RGB value is (136,88,204). Sum of RGB (Red+Green+Blue) = 136+88+204=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #8858CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8858CC is #77A733. Grayscale: #737373. Windows color (decimal): -7841588 or 13392008. OLE color: 13392008.

HSL color Cylindrical-coordinate representation of color #8858CC: hue angle of 264.83º degrees, saturation: 0.53, 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 #8858CC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13688204-
CMYK0.330.5700.2
HSL264.83º53.21%57.25%-
HSV(B)264.83º56.86%80%-
XYZ24.5416.5759.03-
YUV115.58177.9142.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=31.78%
G=20.56%
B=47.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal136882040.330.5700.2264.8353.2157.25
Hex8858CC21390141093539
Octal21013031441710244116571
Binary10001000101100011001100100001111001010100100001001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8858CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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