Html Css Color HEX #8A5AD4 Amethyst

📋 copy color: '#8A5AD4'

red 138 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #8A5AD4

Tints of Amethyst #8A5AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 31.36%
G = 20.45%
B = 48.18%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8A5AD4 (or 0x8A5AD4) is known color: Amethyst. HEX triplet: 8A, 5A and D4. RGB value is (138,90,212). Sum of RGB (Red+Green+Blue) = 138+90+212=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #8A5AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5AD4 is #75A52B. Grayscale: #757575. Windows color (decimal): -7709996 or 13916810. OLE color: 13916810.

HSL color Cylindrical-coordinate representation of color #8A5AD4: hue angle of 263.61º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A5AD4 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 90 212 -
CMYK 0.35 0.58 0 0.17
HSL 263.61º 0.59% 0.59% -
HSV(B) 263.61º 0.58% 0.83% -
XYZ 26.02 17.47 64.29 -
YUV 118.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 138 90 212 0.35 0.58 0 0.17 263.61 0.59 0.59
Hex 8A 5A D4 23 3A 0 11 108 3B 3B
Octal 212 132 324 43 72 0 21 410 73 73
Binary 10001010 1011010 11010100 100011 111010 0 10001 100001000 111011 111011

Color Harmonies of #8A5AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5AD4

Black with #8A5AD4

Text Example


Text Example

White with #8A5AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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