Html Css Color HEX #8A5ECE Amethyst

📋 copy color: '#8A5ECE'

red 138 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #8A5ECE

Tints of Amethyst #8A5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 31.51%
G = 21.46%
B = 47.03%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A5ECE (or 0x8A5ECE) is known color: Amethyst. HEX triplet: 8A, 5E and CE. RGB value is (138,94,206). Sum of RGB (Red+Green+Blue) = 138+94+206=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ECE is #75A131. Grayscale: #777777. Windows color (decimal): -7708978 or 13524618. OLE color: 13524618.

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

Color convert

RGB 138 94 206 -
CMYK 0.33 0.54 0 0.19
HSL 263.57º 0.53% 0.59% -
HSV(B) 263.57º 0.54% 0.81% -
XYZ 25.62 17.86 60.49 -
YUV 119.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 138 94 206 0.33 0.54 0 0.19 263.57 0.53 0.59
Hex 8A 5E CE 21 36 0 13 108 35 3B
Octal 212 136 316 41 66 0 23 410 65 73
Binary 10001010 1011110 11001110 100001 110110 0 10011 100001000 110101 111011

Color Harmonies of #8A5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5ECE

Black with #8A5ECE

Text Example


Text Example

White with #8A5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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