Html Css Color HEX #8D0EDF Dark Violet

📋 copy color: '#8D0EDF'

red 141 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #8D0EDF

Tints of Dark Violet #8D0EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 37.3%
G = 3.7%
B = 58.99%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D0EDF (or 0x8D0EDF) is known color: Dark Violet. HEX triplet: 8D, 0E and DF. RGB value is (141,14,223). Sum of RGB (Red+Green+Blue) = 141+14+223=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0EDF is #72F120. Grayscale: #4B4B4B. Windows color (decimal): -7532833 or 14618253. OLE color: 14618253.

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

Color convert

RGB 141 14 223 -
CMYK 0.37 0.94 0 0.13
HSL 276.46º 0.88% 0.46% -
HSV(B) 276.46º 0.94% 0.87% -
XYZ 24.46 11.3 70.7 -
YUV 75.8 211.08 174.51 -
System Red Green Blue C M Y K H S L
Decimal 141 14 223 0.37 0.94 0 0.13 276.46 0.88 0.46
Hex 8D E DF 25 5E 0 D 114 58 2E
Octal 215 16 337 45 136 0 15 424 130 56
Binary 10001101 1110 11011111 100101 1011110 0 1101 100010100 1011000 101110

Color Harmonies of #8D0EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0EDF

Black with #8D0EDF

Text Example


Text Example

White with #8D0EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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