Html Css Color HEX #8A58D7 Amethyst

📋 copy color: '#8A58D7'

red 138 ◦ green 88 ◦ blue 215

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

Shades of Amethyst #8A58D7

Tints of Amethyst #8A58D7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 31.29%
G = 19.95%
B = 48.75%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8A58D7 (or 0x8A58D7) is known color: Amethyst. HEX triplet: 8A, 58 and D7. RGB value is (138,88,215). Sum of RGB (Red+Green+Blue) = 138+88+215=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A58D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58D7 is #75A728. Grayscale: #747474. Windows color (decimal): -7710505 or 14112906. OLE color: 14112906.

HSL color Cylindrical-coordinate representation of color #8A58D7: hue angle of 263.62º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A58D7 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 88 215 -
CMYK 0.36 0.59 0 0.16
HSL 263.62º 0.61% 0.59% -
HSV(B) 263.62º 0.59% 0.84% -
XYZ 26.24 17.29 66.24 -
YUV 117.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 138 88 215 0.36 0.59 0 0.16 263.62 0.61 0.59
Hex 8A 58 D7 24 3B 0 10 108 3D 3B
Octal 212 130 327 44 73 0 20 410 75 73
Binary 10001010 1011000 11010111 100100 111011 0 10000 100001000 111101 111011

Color Harmonies of #8A58D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A58D7

Black with #8A58D7

Text Example


Text Example

White with #8A58D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,88,215); }

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

background-color css

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

 a { background-color: rgb(138,88,215); }

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

border-color css

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

 span { border-color: rgb(138,88,215); }

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