#8755C3

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

Shades of Amethyst #8755C3

Tints of Amethyst #8755C3

Color information

#8755C3 (or 0x8755C3) is unknown color: approx Amethyst. HEX triplet: 87, 55 and C3. RGB value is (135,85,195). Sum of RGB (Red+Green+Blue) = 135+85+195=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #8755C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755C3 is #78AA3C. Grayscale: #707070. Windows color (decimal): -7907901 or 12801415. OLE color: 12801415.

HSL color Cylindrical-coordinate representation of color #8755C3: hue angle of 267.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8755C3 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13585195-
CMYK0.310.5600.24
HSL267.27º47.83%54.9%-
HSV(B)267.27º56.41%76.47%-
XYZ23.0915.5953.42-
YUV112.49174.56144.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=32.53%
G=20.48%
B=46.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135851950.310.5600.24267.2747.8354.9
Hex8755C31F3801810b3037
Octal20712530337700304136067
Binary1000011110101011100001111111111000011000100001011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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