Html Css Color HEX #8352CF Amethyst

📋 copy color: '#8352CF'

red 131 ◦ green 82 ◦ blue 207

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

Shades of Amethyst #8352CF

Tints of Amethyst #8352CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 31.19%
G = 19.52%
B = 49.29%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8352CF (or 0x8352CF) is known color: Amethyst. HEX triplet: 83, 52 and CF. RGB value is (131,82,207). Sum of RGB (Red+Green+Blue) = 131+82+207=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #8352CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352CF is #7CAD30. Grayscale: #6E6E6E. Windows color (decimal): -8170801 or 13587075. OLE color: 13587075.

HSL color Cylindrical-coordinate representation of color #8352CF: hue angle of 263.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8352CF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 82 207 -
CMYK 0.37 0.60 0 0.19
HSL 263.52º 0.57% 0.57% -
HSV(B) 263.52º 0.6% 0.81% -
XYZ 23.64 15.36 60.75 -
YUV 110.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 131 82 207 0.37 0.60 0 0.19 263.52 0.57 0.57
Hex 83 52 CF 25 3C 0 13 108 39 39
Octal 203 122 317 45 74 0 23 410 71 71
Binary 10000011 1010010 11001111 100101 111100 0 10011 100001000 111001 111001

Color Harmonies of #8352CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352CF

Black with #8352CF

Text Example


Text Example

White with #8352CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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