#8757CA

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

Shades of Amethyst #8757CA

Tints of Amethyst #8757CA

Color information

#8757CA (or 0x8757CA) is unknown color: approx Amethyst. HEX triplet: 87, 57 and CA. RGB value is (135,87,202). Sum of RGB (Red+Green+Blue) = 135+87+202=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #8757CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8757CA is #78A835. Grayscale: #727272. Windows color (decimal): -7907382 or 13260679. OLE color: 13260679.

HSL color Cylindrical-coordinate representation of color #8757CA: hue angle of 265.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8757CA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13587202-
CMYK0.330.5700.21
HSL265.04º52.04%56.67%-
HSV(B)265.04º56.93%79.22%-
XYZ24.0616.2357.74-
YUV114.46177.4142.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=31.84%
G=20.52%
B=47.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135872020.330.5700.21265.0452.0456.67
Hex8757CA21390151093439
Octal20712731241710254116471
Binary10000111101011111001010100001111001010101100001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8757CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8757CA; }

 p { color: rgb(135,87,202); }

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

<style>
 a { background-color: #8757CA; }

 a { background-color: rgb(135,87,202); }

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

<style>
 span { border-color: #8757CA; }

 span { border-color: rgb(135,87,202); }

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