Html Css Color HEX #8A5ECD Amethyst

📋 copy color: '#8A5ECD'

red 138 ◦ green 94 ◦ blue 205

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

Shades of Amethyst #8A5ECD

Tints of Amethyst #8A5ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

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

R = 31.58%
G = 21.51%
B = 46.91%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A5ECD (or 0x8A5ECD) is known color: Amethyst. HEX triplet: 8A, 5E and CD. RGB value is (138,94,205). Sum of RGB (Red+Green+Blue) = 138+94+205=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ECD is #75A132. Grayscale: #777777. Windows color (decimal): -7708979 or 13459082. OLE color: 13459082.

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

Color convert

RGB 138 94 205 -
CMYK 0.33 0.54 0 0.20
HSL 263.78º 0.53% 0.59% -
HSV(B) 263.78º 0.54% 0.8% -
XYZ 25.5 17.82 59.85 -
YUV 119.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 138 94 205 0.33 0.54 0 0.20 263.78 0.53 0.59
Hex 8A 5E CD 21 36 0 14 108 35 3B
Octal 212 136 315 41 66 0 24 410 65 73
Binary 10001010 1011110 11001101 100001 110110 0 10100 100001000 110101 111011

Color Harmonies of #8A5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5ECD

Black with #8A5ECD

Text Example


Text Example

White with #8A5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,94,205); }

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

background-color css

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

 a { background-color: rgb(138,94,205); }

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

border-color css

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

 span { border-color: rgb(138,94,205); }

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