#8850D4

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

Shades of Amethyst #8850D4

Tints of Amethyst #8850D4

Color information

#8850D4 (or 0x8850D4) is unknown color: approx Amethyst. HEX triplet: 88, 50 and D4. RGB value is (136,80,212). Sum of RGB (Red+Green+Blue) = 136+80+212=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #8850D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850D4 is #77AF2B. Grayscale: #6F6F6F. Windows color (decimal): -7843628 or 13914248. OLE color: 13914248.

HSL color Cylindrical-coordinate representation of color #8850D4: hue angle of 265.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8850D4 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13680212-
CMYK0.360.6200.17
HSL265.45º60.55%57.25%-
HSV(B)265.45º62.26%83.14%-
XYZ24.9115.7364.01-
YUV111.79184.55145.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 212 (83.20% from 255) = 49.53%
R=31.78%
G=18.69%
B=49.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal136802120.360.6200.17265.4560.5557.25
Hex8850D4243E0111093d39
Octal21012032444760214117571
Binary10001000101000011010100100100111110010001100001001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8850D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8850D4; }

 p { color: rgb(136,80,212); }

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

<style>
 a { background-color: #8850D4; }

 a { background-color: rgb(136,80,212); }

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

<style>
 span { border-color: #8850D4; }

 span { border-color: rgb(136,80,212); }

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