Html Css Color HEX #8D0AE1 Dark Violet

📋 copy color: '#8D0AE1'

red 141 ◦ green 10 ◦ blue 225

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

Shades of Dark Violet #8D0AE1

Tints of Dark Violet #8D0AE1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.66%

 BLUE value IS 225 (88.28% from 255) = 59.84%

R = 37.5%
G = 2.66%
B = 59.84%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8D0AE1 (or 0x8D0AE1) is known color: Dark Violet. HEX triplet: 8D, 0A and E1. RGB value is (141,10,225). Sum of RGB (Red+Green+Blue) = 141+10+225=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D0AE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0AE1 is #72F51E. Grayscale: #484848. Windows color (decimal): -7533855 or 14748301. OLE color: 14748301.

HSL color Cylindrical-coordinate representation of color #8D0AE1: hue angle of 276.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0AE1 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 10 225 -
CMYK 0.37 0.96 0 0.12
HSL 276.56º 0.91% 0.46% -
HSV(B) 276.56º 0.96% 0.88% -
XYZ 24.68 11.32 72.12 -
YUV 73.68 213.4 176.02 -
System Red Green Blue C M Y K H S L
Decimal 141 10 225 0.37 0.96 0 0.12 276.56 0.91 0.46
Hex 8D A E1 25 60 0 C 115 5B 2E
Octal 215 12 341 45 140 0 14 425 133 56
Binary 10001101 1010 11100001 100101 1100000 0 1100 100010101 1011011 101110

Color Harmonies of #8D0AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0AE1

Black with #8D0AE1

Text Example


Text Example

White with #8D0AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,10,225); }

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

background-color css

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

 a { background-color: rgb(141,10,225); }

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

border-color css

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

 span { border-color: rgb(141,10,225); }

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