#8852DB

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

Shades of Amethyst #8852DB

Tints of Amethyst #8852DB

Color information

#8852DB (or 0x8852DB) is unknown color: approx Amethyst. HEX triplet: 88, 52 and DB. RGB value is (136,82,219). Sum of RGB (Red+Green+Blue) = 136+82+219=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852DB is #77AD24. Grayscale: #717171. Windows color (decimal): -7843109 or 14373512. OLE color: 14373512.

HSL color Cylindrical-coordinate representation of color #8852DB: hue angle of 263.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8852DB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13682219-
CMYK0.380.6300.14
HSL263.65º65.55%59.02%-
HSV(B)263.65º62.56%85.88%-
XYZ25.9616.3868.81-
YUV113.76187.39143.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 219 (85.94% from 255) = 50.11%
R=31.12%
G=18.76%
B=50.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal136822190.380.6300.14263.6565.5559.02
Hex8852DB263F0E108423b
Octal210122333467701641010273
Binary10001000101001011011011100110111111011101000010001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8852DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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