#8755C5

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

Shades of Amethyst #8755C5

Tints of Amethyst #8755C5

Color information

#8755C5 (or 0x8755C5) is unknown color: approx Amethyst. HEX triplet: 87, 55 and C5. RGB value is (135,85,197). Sum of RGB (Red+Green+Blue) = 135+85+197=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #8755C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755C5 is #78AA3A. Grayscale: #707070. Windows color (decimal): -7907899 or 12932487. OLE color: 12932487.

HSL color Cylindrical-coordinate representation of color #8755C5: hue angle of 266.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8755C5 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13585197-
CMYK0.310.5700.23
HSL266.79º49.12%55.29%-
HSV(B)266.79º56.85%77.25%-
XYZ23.3215.6854.62-
YUV112.72175.56143.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 197 (77.34% from 255) = 47.24%
R=32.37%
G=20.38%
B=47.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal135851970.310.5700.23266.7949.1255.29
Hex8755C51F3901710b3137
Octal20712530537710274136167
Binary1000011110101011100010111111111001010111100001011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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