Html Css Color HEX #8D58D4 Amethyst

📋 copy color: '#8D58D4'

red 141 ◦ green 88 ◦ blue 212

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

Shades of Amethyst #8D58D4

Tints of Amethyst #8D58D4

RGB

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

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

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

R = 31.97%
G = 19.95%
B = 48.07%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8D58D4 (or 0x8D58D4) is known color: Amethyst. HEX triplet: 8D, 58 and D4. RGB value is (141,88,212). Sum of RGB (Red+Green+Blue) = 141+88+212=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D58D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58D4 is #72A72B. Grayscale: #757575. Windows color (decimal): -7513900 or 13916301. OLE color: 13916301.

HSL color Cylindrical-coordinate representation of color #8D58D4: hue angle of 265.65º 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 #8D58D4 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 88 212 -
CMYK 0.33 0.58 0 0.17
HSL 265.65º 0.59% 0.59% -
HSV(B) 265.65º 0.58% 0.83% -
XYZ 26.36 17.4 64.26 -
YUV 117.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 141 88 212 0.33 0.58 0 0.17 265.65 0.59 0.59
Hex 8D 58 D4 21 3A 0 11 10A 3B 3B
Octal 215 130 324 41 72 0 21 412 73 73
Binary 10001101 1011000 11010100 100001 111010 0 10001 100001010 111011 111011

Color Harmonies of #8D58D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D58D4

Black with #8D58D4

Text Example


Text Example

White with #8D58D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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