Html Css Color HEX #8D58D6 Amethyst

📋 copy color: '#8D58D6'

red 141 ◦ green 88 ◦ blue 214

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

Shades of Amethyst #8D58D6

Tints of Amethyst #8D58D6

RGB

 RED value IS 141 (55.47% from 255) = 31.83%

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

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 31.83%
G = 19.86%
B = 48.31%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8D58D6 (or 0x8D58D6) is known color: Amethyst. HEX triplet: 8D, 58 and D6. RGB value is (141,88,214). Sum of RGB (Red+Green+Blue) = 141+88+214=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D58D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58D6 is #72A729. Grayscale: #757575. Windows color (decimal): -7513898 or 14047373. OLE color: 14047373.

HSL color Cylindrical-coordinate representation of color #8D58D6: hue angle of 265.24º 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 #8D58D6 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 88 214 -
CMYK 0.34 0.59 0 0.16
HSL 265.24º 0.61% 0.59% -
HSV(B) 265.24º 0.59% 0.84% -
XYZ 26.61 17.5 65.59 -
YUV 118.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 141 88 214 0.34 0.59 0 0.16 265.24 0.61 0.59
Hex 8D 58 D6 22 3B 0 10 109 3D 3B
Octal 215 130 326 42 73 0 20 411 75 73
Binary 10001101 1011000 11010110 100010 111011 0 10000 100001001 111101 111011

Color Harmonies of #8D58D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D58D6

Black with #8D58D6

Text Example


Text Example

White with #8D58D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,214); }

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

background-color css

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

 a { background-color: rgb(141,88,214); }

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

border-color css

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

 span { border-color: rgb(141,88,214); }

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