Html Css Color HEX #8D11E0 Dark Violet

📋 copy color: '#8D11E0'

red 141 ◦ green 17 ◦ blue 224

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

Shades of Dark Violet #8D11E0

Tints of Dark Violet #8D11E0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.45%

 BLUE value IS 224 (87.89% from 255) = 58.64%

R = 36.91%
G = 4.45%
B = 58.64%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8D11E0 (or 0x8D11E0) is known color: Dark Violet. HEX triplet: 8D, 11 and E0. RGB value is (141,17,224). Sum of RGB (Red+Green+Blue) = 141+17+224=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D11E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D11E0 is #72EE1F. Grayscale: #4C4C4C. Windows color (decimal): -7532064 or 14684557. OLE color: 14684557.

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

Color convert

RGB 141 17 224 -
CMYK 0.37 0.92 0 0.12
HSL 275.94º 0.86% 0.47% -
HSV(B) 275.94º 0.92% 0.88% -
XYZ 24.64 11.45 71.43 -
YUV 77.67 210.58 173.17 -
System Red Green Blue C M Y K H S L
Decimal 141 17 224 0.37 0.92 0 0.12 275.94 0.86 0.47
Hex 8D 11 E0 25 5C 0 C 114 56 2F
Octal 215 21 340 45 134 0 14 424 126 57
Binary 10001101 10001 11100000 100101 1011100 0 1100 100010100 1010110 101111

Color Harmonies of #8D11E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D11E0

Black with #8D11E0

Text Example


Text Example

White with #8D11E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,17,224); }

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

background-color css

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

 a { background-color: rgb(141,17,224); }

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

border-color css

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

 span { border-color: rgb(141,17,224); }

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