Html Css Color HEX #8D0EDA Dark Violet

📋 copy color: '#8D0EDA'

red 141 ◦ green 14 ◦ blue 218

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

Shades of Dark Violet #8D0EDA

Tints of Dark Violet #8D0EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.45%

R = 37.8%
G = 3.75%
B = 58.45%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D0EDA (or 0x8D0EDA) is known color: Dark Violet. HEX triplet: 8D, 0E and DA. RGB value is (141,14,218). Sum of RGB (Red+Green+Blue) = 141+14+218=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D0EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0EDA is #72F125. Grayscale: #4A4A4A. Windows color (decimal): -7532838 or 14290573. OLE color: 14290573.

HSL color Cylindrical-coordinate representation of color #8D0EDA: hue angle of 277.35º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0EDA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 14 218 -
CMYK 0.35 0.94 0 0.15
HSL 277.35º 0.88% 0.45% -
HSV(B) 277.35º 0.94% 0.85% -
XYZ 23.8 11.04 67.21 -
YUV 75.23 208.58 174.91 -
System Red Green Blue C M Y K H S L
Decimal 141 14 218 0.35 0.94 0 0.15 277.35 0.88 0.45
Hex 8D E DA 23 5E 0 F 115 58 2D
Octal 215 16 332 43 136 0 17 425 130 55
Binary 10001101 1110 11011010 100011 1011110 0 1111 100010101 1011000 101101

Color Harmonies of #8D0EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0EDA

Black with #8D0EDA

Text Example


Text Example

White with #8D0EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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