Html Css Color HEX #8A51DC Amethyst

📋 copy color: '#8A51DC'

red 138 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #8A51DC

Tints of Amethyst #8A51DC

RGB

 RED value IS 138 (54.3% from 255) = 31.44%

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 31.44%
G = 18.45%
B = 50.11%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A51DC (or 0x8A51DC) is known color: Amethyst. HEX triplet: 8A, 51 and DC. RGB value is (138,81,220). Sum of RGB (Red+Green+Blue) = 138+81+220=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51DC is #75AE23. Grayscale: #717171. Windows color (decimal): -7712292 or 14438794. OLE color: 14438794.

HSL color Cylindrical-coordinate representation of color #8A51DC: hue angle of 264.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A51DC is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 81 220 -
CMYK 0.37 0.63 0 0.14
HSL 264.6º 0.67% 0.59% -
HSV(B) 264.6º 0.63% 0.86% -
XYZ 26.34 16.46 69.5 -
YUV 113.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 138 81 220 0.37 0.63 0 0.14 264.6 0.67 0.59
Hex 8A 51 DC 25 3F 0 E 109 43 3B
Octal 212 121 334 45 77 0 16 411 103 73
Binary 10001010 1010001 11011100 100101 111111 0 1110 100001001 1000011 111011

Color Harmonies of #8A51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A51DC

Black with #8A51DC

Text Example


Text Example

White with #8A51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,81,220); }

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

background-color css

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

 a { background-color: rgb(138,81,220); }

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

border-color css

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

 span { border-color: rgb(138,81,220); }

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