Html Css Color HEX #8352CC Amethyst

📋 copy color: '#8352CC'

red 131 ◦ green 82 ◦ blue 204

#8352CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #8352CC

Tints of Amethyst #8352CC

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 value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8352CC (or 0x8352CC) is known color: 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

RGB 131 82 204 -
CMYK 0.36 0.60 0 0.2
HSL 264.1º 0.54% 0.56% -
HSV(B) 264.1º 0.6% 0.8% -
XYZ 23.28 15.22 58.84 -
YUV 110.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 131 82 204 0.36 0.60 0 0.2 264.1 0.54 0.56
Hex 83 52 CC 24 3C 0 14 108 36 38
Octal 203 122 314 44 74 0 24 410 66 70
Binary 10000011 1010010 11001100 100100 111100 0 10100 100001000 110110 111000

Color Harmonies of #8352CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352CC

Black with #8352CC

Text Example


Text Example

White with #8352CC

Text Example


Text Example

HTML Codes & Css Web 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>