Html Css Color HEX #8352CE Amethyst

📋 copy color: '#8352CE'

red 131 ◦ green 82 ◦ blue 206

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

Shades of Amethyst #8352CE

Tints of Amethyst #8352CE

RGB

 RED value IS 131 (51.56% from 255) = 31.26%

 GREEN value IS 82 (32.42% from 255) = 19.57%

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 31.26%
G = 19.57%
B = 49.16%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8352CE (or 0x8352CE) is known color: Amethyst. HEX triplet: 83, 52 and CE. RGB value is (131,82,206). Sum of RGB (Red+Green+Blue) = 131+82+206=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #8352CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352CE is #7CAD31. Grayscale: #6E6E6E. Windows color (decimal): -8170802 or 13521539. OLE color: 13521539.

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

Color convert

RGB 131 82 206 -
CMYK 0.36 0.60 0 0.19
HSL 263.71º 0.56% 0.56% -
HSV(B) 263.71º 0.6% 0.81% -
XYZ 23.52 15.32 60.11 -
YUV 110.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 131 82 206 0.36 0.60 0 0.19 263.71 0.56 0.56
Hex 83 52 CE 24 3C 0 13 108 38 38
Octal 203 122 316 44 74 0 23 410 70 70
Binary 10000011 1010010 11001110 100100 111100 0 10011 100001000 111000 111000

Color Harmonies of #8352CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352CE

Black with #8352CE

Text Example


Text Example

White with #8352CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8352CE;
 }
 .AnyTagClassName
 {
   color: #8352CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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