Html Css Color HEX #8A4CDA Amethyst

📋 copy color: '#8A4CDA'

red 138 ◦ green 76 ◦ blue 218

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

Shades of Amethyst #8A4CDA

Tints of Amethyst #8A4CDA

RGB

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

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

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

R = 31.94%
G = 17.59%
B = 50.46%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8A4CDA (or 0x8A4CDA) is known color: Amethyst. HEX triplet: 8A, 4C and DA. RGB value is (138,76,218). Sum of RGB (Red+Green+Blue) = 138+76+218=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A4CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4CDA is #75B325. Grayscale: #6E6E6E. Windows color (decimal): -7713574 or 14306442. OLE color: 14306442.

HSL color Cylindrical-coordinate representation of color #8A4CDA: hue angle of 266.2º 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 #8A4CDA is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 76 218 -
CMYK 0.37 0.65 0 0.15
HSL 266.2º 0.66% 0.58% -
HSV(B) 266.2º 0.65% 0.85% -
XYZ 25.72 15.63 67.99 -
YUV 110.73 188.54 147.45 -
System Red Green Blue C M Y K H S L
Decimal 138 76 218 0.37 0.65 0 0.15 266.2 0.66 0.58
Hex 8A 4C DA 25 41 0 F 10A 42 3A
Octal 212 114 332 45 101 0 17 412 102 72
Binary 10001010 1001100 11011010 100101 1000001 0 1111 100001010 1000010 111010

Color Harmonies of #8A4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4CDA

Black with #8A4CDA

Text Example


Text Example

White with #8A4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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