Html Css Color HEX #8352C9 Amethyst

📋 copy color: '#8352C9'

red 131 ◦ green 82 ◦ blue 201

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

Shades of Amethyst #8352C9

Tints of Amethyst #8352C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 31.64%
G = 19.81%
B = 48.55%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8352C9 (or 0x8352C9) is known color: Amethyst. HEX triplet: 83, 52 and C9. RGB value is (131,82,201). Sum of RGB (Red+Green+Blue) = 131+82+201=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #8352C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352C9 is #7CAD36. Grayscale: #6D6D6D. Windows color (decimal): -8170807 or 13193859. OLE color: 13193859.

HSL color Cylindrical-coordinate representation of color #8352C9: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8352C9 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 82 201 -
CMYK 0.35 0.59 0 0.21
HSL 264.71º 0.52% 0.55% -
HSV(B) 264.71º 0.59% 0.79% -
XYZ 22.92 15.08 56.96 -
YUV 110.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 131 82 201 0.35 0.59 0 0.21 264.71 0.52 0.55
Hex 83 52 C9 23 3B 0 15 109 34 37
Octal 203 122 311 43 73 0 25 411 64 67
Binary 10000011 1010010 11001001 100011 111011 0 10101 100001001 110100 110111

Color Harmonies of #8352C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352C9

Black with #8352C9

Text Example


Text Example

White with #8352C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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