Html Css Color HEX #8351C9 Amethyst

📋 copy color: '#8351C9'

red 131 ◦ green 81 ◦ blue 201

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

Shades of Amethyst #8351C9

Tints of Amethyst #8351C9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 31.72%
G = 19.61%
B = 48.67%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8351C9 (or 0x8351C9) is known color: Amethyst. HEX triplet: 83, 51 and C9. RGB value is (131,81,201). Sum of RGB (Red+Green+Blue) = 131+81+201=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #8351C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351C9 is #7CAE36. Grayscale: #6D6D6D. Windows color (decimal): -8171063 or 13193603. OLE color: 13193603.

HSL color Cylindrical-coordinate representation of color #8351C9: hue angle of 265º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8351C9 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 81 201 -
CMYK 0.35 0.60 0 0.21
HSL 265º 0.53% 0.55% -
HSV(B) 265º 0.6% 0.79% -
XYZ 22.85 14.93 56.94 -
YUV 109.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 131 81 201 0.35 0.60 0 0.21 265 0.53 0.55
Hex 83 51 C9 23 3C 0 15 109 35 37
Octal 203 121 311 43 74 0 25 411 65 67
Binary 10000011 1010001 11001001 100011 111100 0 10101 100001001 110101 110111

Color Harmonies of #8351C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8351C9

Black with #8351C9

Text Example


Text Example

White with #8351C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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