#8756CF

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

Shades of Amethyst #8756CF

Tints of Amethyst #8756CF

Color information

#8756CF (or 0x8756CF) is unknown color: approx Amethyst. HEX triplet: 87, 56 and CF. RGB value is (135,86,207). Sum of RGB (Red+Green+Blue) = 135+86+207=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #8756CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756CF is #78A930. Grayscale: #727272. Windows color (decimal): -7907633 or 13588103. OLE color: 13588103.

HSL color Cylindrical-coordinate representation of color #8756CF: hue angle of 264.3º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8756CF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13586207-
CMYK0.350.5800.19
HSL264.3º55.76%57.45%-
HSV(B)264.3º58.45%81.18%-
XYZ24.5816.3160.88-
YUV114.44180.23142.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 207 (81.25% from 255) = 48.36%
R=31.54%
G=20.09%
B=48.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135862070.350.5800.19264.355.7657.45
Hex8756CF233A0131083839
Octal20712631743720234107071
Binary10000111101011011001111100011111010010011100001000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8756CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8756CF; }

 p { color: rgb(135,86,207); }

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

<style>
 a { background-color: #8756CF; }

 a { background-color: rgb(135,86,207); }

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

<style>
 span { border-color: #8756CF; }

 span { border-color: rgb(135,86,207); }

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