Html Css Color HEX #8A5ACE Amethyst

📋 copy color: '#8A5ACE'

red 138 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #8A5ACE

Tints of Amethyst #8A5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.74%

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

R = 31.8%
G = 20.74%
B = 47.47%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A5ACE (or 0x8A5ACE) is known color: Amethyst. HEX triplet: 8A, 5A and CE. RGB value is (138,90,206). Sum of RGB (Red+Green+Blue) = 138+90+206=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ACE is #75A531. Grayscale: #757575. Windows color (decimal): -7710002 or 13523594. OLE color: 13523594.

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

Color convert

RGB 138 90 206 -
CMYK 0.33 0.56 0 0.19
HSL 264.83º 0.54% 0.58% -
HSV(B) 264.83º 0.56% 0.81% -
XYZ 25.28 17.17 60.37 -
YUV 117.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 138 90 206 0.33 0.56 0 0.19 264.83 0.54 0.58
Hex 8A 5A CE 21 38 0 13 109 36 3A
Octal 212 132 316 41 70 0 23 411 66 72
Binary 10001010 1011010 11001110 100001 111000 0 10011 100001001 110110 111010

Color Harmonies of #8A5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5ACE

Black with #8A5ACE

Text Example


Text Example

White with #8A5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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