#8552d3

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

Shades of Amethyst #8552D3

Tints of Amethyst #8552D3

Color information

#8552D3 (or 0x8552D3) is unknown color: approx Amethyst. HEX triplet: 85, 52 and D3. RGB value is (133,82,211). Sum of RGB (Red+Green+Blue) = 133+82+211=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #8552D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552D3 is #7AAD2C. Grayscale: #6F6F6F. Windows color (decimal): -8039725 or 13849221. OLE color: 13849221.

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

Color convert

RGB13382211-
CMYK0.370.6100.17
HSL263.72º59.45%57.45%-
HSV(B)263.72º61.14%82.75%-
XYZ24.4515.7263.37-
YUV111.96183.9143.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 211 (82.81% from 255) = 49.53%
R=31.22%
G=19.25%
B=49.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133822110.370.6100.17263.7259.4557.45
Hex8552D3253D0111083b39
Octal20512232345750214107371
Binary10000101101001011010011100101111101010001100001000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8552d3; }

 p { color: rgb(133,82,211); }

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

<style>
 a { background-color: #8552d3; }

 a { background-color: rgb(133,82,211); }

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

<style>
 span { border-color: #8552d3; }

 span { border-color: rgb(133,82,211); }

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