Html Css Color HEX #8C59D6 Amethyst

📋 copy color: '#8C59D6'

red 140 ◦ green 89 ◦ blue 214

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

Shades of Amethyst #8C59D6

Tints of Amethyst #8C59D6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.09%

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

R = 31.6%
G = 20.09%
B = 48.31%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C59D6 (or 0x8C59D6) is known color: Amethyst. HEX triplet: 8C, 59 and D6. RGB value is (140,89,214). Sum of RGB (Red+Green+Blue) = 140+89+214=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C59D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59D6 is #73A629. Grayscale: #767676. Windows color (decimal): -7579178 or 14047628. OLE color: 14047628.

HSL color Cylindrical-coordinate representation of color #8C59D6: hue angle of 264.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C59D6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 89 214 -
CMYK 0.35 0.58 0 0.16
HSL 264.48º 0.6% 0.59% -
HSV(B) 264.48º 0.58% 0.84% -
XYZ 26.53 17.58 65.61 -
YUV 118.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 140 89 214 0.35 0.58 0 0.16 264.48 0.6 0.59
Hex 8C 59 D6 23 3A 0 10 108 3C 3B
Octal 214 131 326 43 72 0 20 410 74 73
Binary 10001100 1011001 11010110 100011 111010 0 10000 100001000 111100 111011

Color Harmonies of #8C59D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C59D6

Black with #8C59D6

Text Example


Text Example

White with #8C59D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,89,214); }

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

background-color css

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

 a { background-color: rgb(140,89,214); }

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

border-color css

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

 span { border-color: rgb(140,89,214); }

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