#8852CC

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

Shades of Amethyst #8852CC

Tints of Amethyst #8852CC

Color information

#8852CC (or 0x8852CC) is unknown color: approx Amethyst. HEX triplet: 88, 52 and CC. RGB value is (136,82,204). Sum of RGB (Red+Green+Blue) = 136+82+204=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #8852CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852CC is #77AD33. Grayscale: #6F6F6F. Windows color (decimal): -7843124 or 13390472. OLE color: 13390472.

HSL color Cylindrical-coordinate representation of color #8852CC: hue angle of 266.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8852CC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13682204-
CMYK0.330.6000.2
HSL266.56º54.46%56.08%-
HSV(B)266.56º59.8%80%-
XYZ24.0715.6358.87-
YUV112.05179.89145.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 82 (32.42% from 255) = 19.43%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=32.23%
G=19.43%
B=48.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal136822040.330.6000.2266.5654.4656.08
Hex8852CC213C01410b3638
Octal21012231441740244136670
Binary10001000101001011001100100001111100010100100001011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8852CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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