#8d0edf

Color #8D0EDF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8D0EDF

Tints of Dark Violet #8D0EDF

Color information

#8D0EDF (or 0x8D0EDF) is unknown color: approx 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

RGB14114223-
CMYK0.370.9400.13
HSL276.46º88.19%46.47%-
HSV(B)276.46º93.72%87.45%-
XYZ24.4611.370.7-
YUV75.8211.08174.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 14 (5.86% from 255) = 3.70%
BLUE value IS 223 (87.5% from 255) = 58.99%
R=37.30%
G=3.70%
B=58.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141142230.370.9400.13276.4688.1946.47
Hex8DEDF255E0D114582e
Octal215163374513601542413056
Binary100011011110110111111001011011110011011000101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d0edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>