Html Css Color HEX #8C51DF Amethyst

📋 copy color: '#8C51DF'

red 140 ◦ green 81 ◦ blue 223

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

Shades of Amethyst #8C51DF

Tints of Amethyst #8C51DF

RGB

 RED value IS 140 (55.08% from 255) = 31.53%

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 31.53%
G = 18.24%
B = 50.23%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C51DF (or 0x8C51DF) is known color: Amethyst. HEX triplet: 8C, 51 and DF. RGB value is (140,81,223). Sum of RGB (Red+Green+Blue) = 140+81+223=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C51DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C51DF is #73AE20. Grayscale: #727272. Windows color (decimal): -7581217 or 14635404. OLE color: 14635404.

HSL color Cylindrical-coordinate representation of color #8C51DF: hue angle of 264.93º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C51DF is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 81 223 -
CMYK 0.37 0.64 0 0.13
HSL 264.93º 0.69% 0.6% -
HSV(B) 264.93º 0.64% 0.87% -
XYZ 27.08 16.79 71.63 -
YUV 114.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 140 81 223 0.37 0.64 0 0.13 264.93 0.69 0.6
Hex 8C 51 DF 25 40 0 D 109 45 3C
Octal 214 121 337 45 100 0 15 411 105 74
Binary 10001100 1010001 11011111 100101 1000000 0 1101 100001001 1000101 111100

Color Harmonies of #8C51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C51DF

Black with #8C51DF

Text Example


Text Example

White with #8C51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C51DF; }

 p { color: rgb(140,81,223); }

 H1.HeaderClassName
 {
   color: #8C51DF;
 }
 .AnyTagClassName
 {
   color: #8C51DF;
 }
</style>

background-color css

<style>
 a { background-color: #8C51DF; }

 a { background-color: rgb(140,81,223); }

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

border-color css

<style>
 span { border-color: #8C51DF; }

 span { border-color: rgb(140,81,223); }

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