#8D0DED

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

Shades of Dark Violet #8D0DED

Tints of Dark Violet #8D0DED

Color information

#8D0DED (or 0x8D0DED) is unknown color: approx Dark Violet. HEX triplet: 8D, 0D and ED. RGB value is (141,13,237). Sum of RGB (Red+Green+Blue) = 141+13+237=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D0DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0DED is #72F212. Grayscale: #4C4C4C. Windows color (decimal): -7533075 or 15535501. OLE color: 15535501.

HSL color Cylindrical-coordinate representation of color #8D0DED: hue angle of 274.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0DED is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14113237-
CMYK0.410.9500.07
HSL274.29º89.6%49.02%-
HSV(B)274.29º94.51%92.94%-
XYZ26.4112.0681.06-
YUV76.81218.41173.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 13 (5.47% from 255) = 3.32%
BLUE value IS 237 (92.97% from 255) = 60.61%
R=36.06%
G=3.32%
B=60.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141132370.410.9500.07274.2989.649.02
Hex8DDED295F071125a31
Octal21515355511370742213261
Binary10001101110111101101101001101111101111000100101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,13,237); }

 H1.HeaderClassName
 {
   color: #8D0DED;
 }
 .AnyTagClassName
 {
   color: #8D0DED;
 }
</style>
background-color css

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

 a { background-color: rgb(141,13,237); }

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

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

 span { border-color: rgb(141,13,237); }

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