#8552CC

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

Shades of Amethyst #8552CC

Tints of Amethyst #8552CC

Color information

#8552CC (or 0x8552CC) is unknown color: approx Amethyst. HEX triplet: 85, 52 and CC. RGB value is (133,82,204). Sum of RGB (Red+Green+Blue) = 133+82+204=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #8552CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8552CC is #7AAD33. Grayscale: #6E6E6E. Windows color (decimal): -8039732 or 13390469. OLE color: 13390469.

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

Color convert

RGB13382204-
CMYK0.350.6000.2
HSL265.08º54.46%56.08%-
HSV(B)265.08º59.8%80%-
XYZ23.5915.3858.85-
YUV111.16180.4143.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=31.74%
G=19.57%
B=48.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133822040.350.6000.2265.0854.4656.08
Hex8552CC233C0141093638
Octal20512231443740244116670
Binary10000101101001011001100100011111100010100100001001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8552CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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