Html Css Color HEX #8352D5 Amethyst

📋 copy color: '#8352D5'

red 131 ◦ green 82 ◦ blue 213

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

Shades of Amethyst #8352D5

Tints of Amethyst #8352D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50%

R = 30.75%
G = 19.25%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8352D5 (or 0x8352D5) is known color: Amethyst. HEX triplet: 83, 52 and D5. RGB value is (131,82,213). Sum of RGB (Red+Green+Blue) = 131+82+213=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #8352D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352D5 is #7CAD2A. Grayscale: #6F6F6F. Windows color (decimal): -8170795 or 13980291. OLE color: 13980291.

HSL color Cylindrical-coordinate representation of color #8352D5: hue angle of 262.44º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8352D5 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 82 213 -
CMYK 0.38 0.62 0 0.16
HSL 262.44º 0.61% 0.58% -
HSV(B) 262.44º 0.62% 0.84% -
XYZ 24.39 15.66 64.69 -
YUV 111.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 131 82 213 0.38 0.62 0 0.16 262.44 0.61 0.58
Hex 83 52 D5 26 3E 0 10 106 3D 3A
Octal 203 122 325 46 76 0 20 406 75 72
Binary 10000011 1010010 11010101 100110 111110 0 10000 100000110 111101 111010

Color Harmonies of #8352D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352D5

Black with #8352D5

Text Example


Text Example

White with #8352D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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