Html Css Color HEX #8357CF Amethyst

📋 copy color: '#8357CF'

red 131 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #8357CF

Tints of Amethyst #8357CF

RGB

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

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

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

R = 30.82%
G = 20.47%
B = 48.71%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8357CF (or 0x8357CF) is known color: Amethyst. HEX triplet: 83, 57 and CF. RGB value is (131,87,207). Sum of RGB (Red+Green+Blue) = 131+87+207=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #8357CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357CF is #7CA830. Grayscale: #717171. Windows color (decimal): -8169521 or 13588355. OLE color: 13588355.

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

Color convert

RGB 131 87 207 -
CMYK 0.37 0.58 0 0.19
HSL 262º 0.56% 0.58% -
HSV(B) 262º 0.58% 0.81% -
XYZ 24.03 16.15 60.88 -
YUV 113.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 131 87 207 0.37 0.58 0 0.19 262 0.56 0.58
Hex 83 57 CF 25 3A 0 13 106 38 3A
Octal 203 127 317 45 72 0 23 406 70 72
Binary 10000011 1010111 11001111 100101 111010 0 10011 100000110 111000 111010

Color Harmonies of #8357CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8357CF

Black with #8357CF

Text Example


Text Example

White with #8357CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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