#8352CC

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

Shades of Amethyst #8352CC

Tints of Amethyst #8352CC

Color information

#8352CC (or 0x8352CC) is unknown color: approx Amethyst. HEX triplet: 83, 52 and CC. RGB value is (131,82,204). Sum of RGB (Red+Green+Blue) = 131+82+204=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #8352CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352CC is #7CAD33. Grayscale: #6E6E6E. Windows color (decimal): -8170804 or 13390467. OLE color: 13390467.

HSL color Cylindrical-coordinate representation of color #8352CC: hue angle of 264.1º 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 #8352CC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13182204-
CMYK0.360.6000.2
HSL264.1º54.46%56.08%-
HSV(B)264.1º59.8%80%-
XYZ23.2815.2258.84-
YUV110.56180.73142.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=31.41%
G=19.66%
B=48.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131822040.360.6000.2264.154.4656.08
Hex8352CC243C0141083638
Octal20312231444740244106670
Binary10000011101001011001100100100111100010100100001000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8352CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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