#8859CB

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

Shades of Amethyst #8859CB

Tints of Amethyst #8859CB

Color information

#8859CB (or 0x8859CB) is unknown color: approx Amethyst. HEX triplet: 88, 59 and CB. RGB value is (136,89,203). Sum of RGB (Red+Green+Blue) = 136+89+203=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #8859CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8859CB is #77A634. Grayscale: #737373. Windows color (decimal): -7841333 or 13326728. OLE color: 13326728.

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

Color convert

RGB13689203-
CMYK0.330.5600.20
HSL264.74º52.29%57.25%-
HSV(B)264.74º56.16%79.61%-
XYZ24.5116.6958.43-
YUV116.05177.07142.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=31.78%
G=20.79%
B=47.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136892030.330.5600.20264.7452.2957.25
Hex8859CB21380141093439
Octal21013131341700244116471
Binary10001000101100111001011100001111000010100100001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8859CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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