#8759CC

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

Shades of Amethyst #8759CC

Tints of Amethyst #8759CC

Color information

#8759CC (or 0x8759CC) is unknown color: approx Amethyst. HEX triplet: 87, 59 and CC. RGB value is (135,89,204). Sum of RGB (Red+Green+Blue) = 135+89+204=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 89 (35.16% from 255 or 20.79% 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 #8759CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8759CC is #78A633. Grayscale: #737373. Windows color (decimal): -7906868 or 13392263. OLE color: 13392263.

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

Color convert

RGB13589204-
CMYK0.340.5600.2
HSL264º53%57.45%-
HSV(B)264º56.37%80%-
XYZ24.4616.6659.05-
YUV115.86177.74141.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=31.54%
G=20.79%
B=47.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal135892040.340.5600.22645357.45
Hex8759CC22380141083539
Octal20713131442700244106571
Binary10000111101100111001100100010111000010100100001000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8759CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,89,204); }

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

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

 a { background-color: rgb(135,89,204); }

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

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

 span { border-color: rgb(135,89,204); }

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