#8755CE

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

Shades of Amethyst #8755CE

Tints of Amethyst #8755CE

Color information

#8755CE (or 0x8755CE) is unknown color: approx Amethyst. HEX triplet: 87, 55 and CE. RGB value is (135,85,206). Sum of RGB (Red+Green+Blue) = 135+85+206=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #8755CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755CE is #78AA31. Grayscale: #717171. Windows color (decimal): -7907890 or 13522311. OLE color: 13522311.

HSL color Cylindrical-coordinate representation of color #8755CE: hue angle of 264.79º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8755CE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13585206-
CMYK0.340.5900.19
HSL264.79º55.25%57.06%-
HSV(B)264.79º58.74%80.78%-
XYZ24.3816.160.22-
YUV113.74180.06143.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 206 (80.86% from 255) = 48.36%
R=31.69%
G=19.95%
B=48.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135852060.340.5900.19264.7955.2557.06
Hex8755CE223B0131093739
Octal20712531642730234116771
Binary10000111101010111001110100010111011010011100001001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8755CE; }

 p { color: rgb(135,85,206); }

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

<style>
 a { background-color: #8755CE; }

 a { background-color: rgb(135,85,206); }

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

<style>
 span { border-color: #8755CE; }

 span { border-color: rgb(135,85,206); }

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