Html Css Color HEX #8357C9 Amethyst

📋 copy color: '#8357C9'

red 131 ◦ green 87 ◦ blue 201

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

Shades of Amethyst #8357C9

Tints of Amethyst #8357C9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.76%

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

R = 31.26%
G = 20.76%
B = 47.97%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8357C9 (or 0x8357C9) is known color: Amethyst. HEX triplet: 83, 57 and C9. RGB value is (131,87,201). Sum of RGB (Red+Green+Blue) = 131+87+201=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #8357C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357C9 is #7CA836. Grayscale: #707070. Windows color (decimal): -8169527 or 13195139. OLE color: 13195139.

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

Color convert

RGB 131 87 201 -
CMYK 0.35 0.57 0 0.21
HSL 263.16º 0.51% 0.56% -
HSV(B) 263.16º 0.57% 0.79% -
XYZ 23.31 15.86 57.09 -
YUV 113.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 131 87 201 0.35 0.57 0 0.21 263.16 0.51 0.56
Hex 83 57 C9 23 39 0 15 107 33 38
Octal 203 127 311 43 71 0 25 407 63 70
Binary 10000011 1010111 11001001 100011 111001 0 10101 100000111 110011 111000

Color Harmonies of #8357C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8357C9

Black with #8357C9

Text Example


Text Example

White with #8357C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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