Html Css Color HEX #8351D6 Amethyst

📋 copy color: '#8351D6'

red 131 ◦ green 81 ◦ blue 214

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

Shades of Amethyst #8351D6

Tints of Amethyst #8351D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.23%

R = 30.75%
G = 19.01%
B = 50.23%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8351D6 (or 0x8351D6) is known color: Amethyst. HEX triplet: 83, 51 and D6. RGB value is (131,81,214). Sum of RGB (Red+Green+Blue) = 131+81+214=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #8351D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8351D6 is #7CAE29. Grayscale: #6E6E6E. Windows color (decimal): -8171050 or 14045571. OLE color: 14045571.

HSL color Cylindrical-coordinate representation of color #8351D6: hue angle of 262.56º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8351D6 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 81 214 -
CMYK 0.39 0.62 0 0.16
HSL 262.56º 0.62% 0.58% -
HSV(B) 262.56º 0.62% 0.84% -
XYZ 24.44 15.57 65.33 -
YUV 111.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 131 81 214 0.39 0.62 0 0.16 262.56 0.62 0.58
Hex 83 51 D6 27 3E 0 10 107 3E 3A
Octal 203 121 326 47 76 0 20 407 76 72
Binary 10000011 1010001 11010110 100111 111110 0 10000 100000111 111110 111010

Color Harmonies of #8351D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8351D6

Black with #8351D6

Text Example


Text Example

White with #8351D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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