Html Css Color HEX #8C59CD Amethyst

📋 copy color: '#8C59CD'

red 140 ◦ green 89 ◦ blue 205

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

Shades of Amethyst #8C59CD

Tints of Amethyst #8C59CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 32.26%
G = 20.51%
B = 47.24%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C59CD (or 0x8C59CD) is known color: Amethyst. HEX triplet: 8C, 59 and CD. RGB value is (140,89,205). Sum of RGB (Red+Green+Blue) = 140+89+205=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59CD is #73A632. Grayscale: #757575. Windows color (decimal): -7579187 or 13457804. OLE color: 13457804.

HSL color Cylindrical-coordinate representation of color #8C59CD: hue angle of 266.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C59CD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 89 205 -
CMYK 0.32 0.57 0 0.20
HSL 266.38º 0.54% 0.58% -
HSV(B) 266.38º 0.57% 0.8% -
XYZ 25.41 17.13 59.72 -
YUV 117.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 140 89 205 0.32 0.57 0 0.20 266.38 0.54 0.58
Hex 8C 59 CD 20 39 0 14 10A 36 3A
Octal 214 131 315 40 71 0 24 412 66 72
Binary 10001100 1011001 11001101 100000 111001 0 10100 100001010 110110 111010

Color Harmonies of #8C59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C59CD

Black with #8C59CD

Text Example


Text Example

White with #8C59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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