Html Css Color HEX #8C4CDA Amethyst

📋 copy color: '#8C4CDA'

red 140 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #8C4CDA

Tints of Amethyst #8C4CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 32.26%
G = 17.51%
B = 50.23%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C4CDA (or 0x8C4CDA) is known color: Amethyst. HEX triplet: 8C, 4C and DA. RGB value is (140,76,218). Sum of RGB (Red+Green+Blue) = 140+76+218=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CDA is #73B325. Grayscale: #6E6E6E. Windows color (decimal): -7582502 or 14306444. OLE color: 14306444.

HSL color Cylindrical-coordinate representation of color #8C4CDA: hue angle of 267.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4CDA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 76 218 -
CMYK 0.36 0.65 0 0.15
HSL 267.04º 0.66% 0.58% -
HSV(B) 267.04º 0.65% 0.85% -
XYZ 26.05 15.81 68.01 -
YUV 111.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 140 76 218 0.36 0.65 0 0.15 267.04 0.66 0.58
Hex 8C 4C DA 24 41 0 F 10B 42 3A
Octal 214 114 332 44 101 0 17 413 102 72
Binary 10001100 1001100 11011010 100100 1000001 0 1111 100001011 1000010 111010

Color Harmonies of #8C4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4CDA

Black with #8C4CDA

Text Example


Text Example

White with #8C4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,76,218); }

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

background-color css

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

 a { background-color: rgb(140,76,218); }

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

border-color css

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

 span { border-color: rgb(140,76,218); }

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