#8550DB

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

Shades of Amethyst #8550DB

Tints of Amethyst #8550DB

Color information

#8550DB (or 0x8550DB) is unknown color: approx Amethyst. HEX triplet: 85, 50 and DB. RGB value is (133,80,219). Sum of RGB (Red+Green+Blue) = 133+80+219=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #8550DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550DB is #7AAF24. Grayscale: #6F6F6F. Windows color (decimal): -8040229 or 14372997. OLE color: 14372997.

HSL color Cylindrical-coordinate representation of color #8550DB: hue angle of 262.88º 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 #8550DB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13380219-
CMYK0.390.6300.14
HSL262.88º65.88%58.63%-
HSV(B)262.88º63.47%85.88%-
XYZ25.3315.8468.74-
YUV111.69188.56143.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=30.79%
G=18.52%
B=50.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133802190.390.6300.14262.8865.8858.63
Hex8550DB273F0E107423b
Octal205120333477701640710273
Binary10000101101000011011011100111111111011101000001111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8550DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,80,219); }

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

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

 a { background-color: rgb(133,80,219); }

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

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

 span { border-color: rgb(133,80,219); }

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