Html Css Color HEX #8A5ECC Amethyst

📋 copy color: '#8A5ECC'

red 138 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #8A5ECC

Tints of Amethyst #8A5ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 31.65%
G = 21.56%
B = 46.79%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A5ECC (or 0x8A5ECC) is known color: Amethyst. HEX triplet: 8A, 5E and CC. RGB value is (138,94,204). Sum of RGB (Red+Green+Blue) = 138+94+204=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ECC is #75A133. Grayscale: #777777. Windows color (decimal): -7708980 or 13393546. OLE color: 13393546.

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

Color convert

RGB 138 94 204 -
CMYK 0.32 0.54 0 0.2
HSL 264º 0.52% 0.58% -
HSV(B) 264º 0.54% 0.8% -
XYZ 25.38 17.77 59.22 -
YUV 119.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 138 94 204 0.32 0.54 0 0.2 264 0.52 0.58
Hex 8A 5E CC 20 36 0 14 108 34 3A
Octal 212 136 314 40 66 0 24 410 64 72
Binary 10001010 1011110 11001100 100000 110110 0 10100 100001000 110100 111010

Color Harmonies of #8A5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5ECC

Black with #8A5ECC

Text Example


Text Example

White with #8A5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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