#8552CE

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

Shades of Amethyst #8552CE

Tints of Amethyst #8552CE

Color information

#8552CE (or 0x8552CE) is unknown color: approx Amethyst. HEX triplet: 85, 52 and CE. RGB value is (133,82,206). Sum of RGB (Red+Green+Blue) = 133+82+206=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #8552CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552CE is #7AAD31. Grayscale: #6E6E6E. Windows color (decimal): -8039730 or 13521541. OLE color: 13521541.

HSL color Cylindrical-coordinate representation of color #8552CE: hue angle of 264.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8552CE is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13382206-
CMYK0.350.6000.19
HSL264.68º55.86%56.47%-
HSV(B)264.68º60.19%80.78%-
XYZ23.8315.4860.12-
YUV111.38181.4143.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 206 (80.86% from 255) = 48.93%
R=31.59%
G=19.48%
B=48.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133822060.350.6000.19264.6855.8656.47
Hex8552CE233C0131093838
Octal20512231643740234117070
Binary10000101101001011001110100011111100010011100001001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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