Html Css Color HEX #8352CD Amethyst

📋 copy color: '#8352CD'

red 131 ◦ green 82 ◦ blue 205

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

Shades of Amethyst #8352CD

Tints of Amethyst #8352CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 31.34%
G = 19.62%
B = 49.04%

CMYK

 C value IS 0.36

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8352CD (or 0x8352CD) is known color: Amethyst. HEX triplet: 83, 52 and CD. RGB value is (131,82,205). Sum of RGB (Red+Green+Blue) = 131+82+205=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #8352CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352CD is #7CAD32. Grayscale: #6E6E6E. Windows color (decimal): -8170803 or 13456003. OLE color: 13456003.

HSL color Cylindrical-coordinate representation of color #8352CD: hue angle of 263.9º degrees, saturation: 0.55, 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 #8352CD is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 82 205 -
CMYK 0.36 0.6 0 0.20
HSL 263.9º 0.55% 0.56% -
HSV(B) 263.9º 0.6% 0.8% -
XYZ 23.4 15.27 59.47 -
YUV 110.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 131 82 205 0.36 0.6 0 0.20 263.9 0.55 0.56
Hex 83 52 CD 24 3C 0 14 108 37 38
Octal 203 122 315 44 74 0 24 410 67 70
Binary 10000011 1010010 11001101 100100 111100 0 10100 100001000 110111 111000

Color Harmonies of #8352CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352CD

Black with #8352CD

Text Example


Text Example

White with #8352CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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