#8852C9

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

Shades of Amethyst #8852C9

Tints of Amethyst #8852C9

Color information

#8852C9 (or 0x8852C9) is unknown color: approx Amethyst. HEX triplet: 88, 52 and C9. RGB value is (136,82,201). Sum of RGB (Red+Green+Blue) = 136+82+201=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #8852C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852C9 is #77AD36. Grayscale: #6F6F6F. Windows color (decimal): -7843127 or 13193864. OLE color: 13193864.

HSL color Cylindrical-coordinate representation of color #8852C9: hue angle of 267.23º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8852C9 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13682201-
CMYK0.320.5900.21
HSL267.23º52.42%55.49%-
HSV(B)267.23º59.2%78.82%-
XYZ23.7115.4957-
YUV111.71178.39145.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 201 (78.91% from 255) = 47.97%
R=32.46%
G=19.57%
B=47.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136822010.320.5900.21267.2352.4255.49
Hex8852C9203B01510b3437
Octal21012231140730254136467
Binary10001000101001011001001100000111011010101100001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8852C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8852C9; }

 p { color: rgb(136,82,201); }

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

<style>
 a { background-color: #8852C9; }

 a { background-color: rgb(136,82,201); }

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

<style>
 span { border-color: #8852C9; }

 span { border-color: rgb(136,82,201); }

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