Html Css Color HEX #8C51DC Amethyst

📋 copy color: '#8C51DC'

red 140 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #8C51DC

Tints of Amethyst #8C51DC

RGB

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

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

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

R = 31.75%
G = 18.37%
B = 49.89%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C51DC (or 0x8C51DC) is known color: Amethyst. HEX triplet: 8C, 51 and DC. RGB value is (140,81,220). Sum of RGB (Red+Green+Blue) = 140+81+220=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C51DC is #73AE23. Grayscale: #717171. Windows color (decimal): -7581220 or 14438796. OLE color: 14438796.

HSL color Cylindrical-coordinate representation of color #8C51DC: hue angle of 265.47º 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 #8C51DC is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 81 220 -
CMYK 0.36 0.63 0 0.14
HSL 265.47º 0.67% 0.59% -
HSV(B) 265.47º 0.63% 0.86% -
XYZ 26.68 16.63 69.51 -
YUV 114.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 140 81 220 0.36 0.63 0 0.14 265.47 0.67 0.59
Hex 8C 51 DC 24 3F 0 E 109 43 3B
Octal 214 121 334 44 77 0 16 411 103 73
Binary 10001100 1010001 11011100 100100 111111 0 1110 100001001 1000011 111011

Color Harmonies of #8C51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C51DC

Black with #8C51DC

Text Example


Text Example

White with #8C51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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