Html Css Color HEX #8D0EE4 Dark Violet

📋 copy color: '#8D0EE4'

red 141 ◦ green 14 ◦ blue 228

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

Shades of Dark Violet #8D0EE4

Tints of Dark Violet #8D0EE4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 228 (89.45% from 255) = 59.53%

R = 36.81%
G = 3.66%
B = 59.53%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8D0EE4 (or 0x8D0EE4) is known color: Dark Violet. HEX triplet: 8D, 0E and E4. RGB value is (141,14,228). Sum of RGB (Red+Green+Blue) = 141+14+228=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 228 (89.45% from 255 or 59.53% from 383); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D0EE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0EE4 is #72F11B. Grayscale: #4B4B4B. Windows color (decimal): -7532828 or 14945933. OLE color: 14945933.

HSL color Cylindrical-coordinate representation of color #8D0EE4: hue angle of 275.61º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0EE4 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 14 228 -
CMYK 0.38 0.94 0 0.11
HSL 275.61º 0.88% 0.47% -
HSV(B) 275.61º 0.94% 0.89% -
XYZ 25.15 11.58 74.31 -
YUV 76.37 213.58 174.1 -
System Red Green Blue C M Y K H S L
Decimal 141 14 228 0.38 0.94 0 0.11 275.61 0.88 0.47
Hex 8D E E4 26 5E 0 B 114 58 2F
Octal 215 16 344 46 136 0 13 424 130 57
Binary 10001101 1110 11100100 100110 1011110 0 1011 100010100 1011000 101111

Color Harmonies of #8D0EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0EE4

Black with #8D0EE4

Text Example


Text Example

White with #8D0EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,14,228); }

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

background-color css

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

 a { background-color: rgb(141,14,228); }

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

border-color css

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

 span { border-color: rgb(141,14,228); }

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