#8D0DB6

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

Shades of Dark Violet #8D0DB6

Tints of Dark Violet #8D0DB6

Color information

#8D0DB6 (or 0x8D0DB6) is unknown color: approx Dark Violet. HEX triplet: 8D, 0D and B6. RGB value is (141,13,182). Sum of RGB (Red+Green+Blue) = 141+13+182=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D0DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0DB6 is #72F249. Grayscale: #454545. Windows color (decimal): -7533130 or 11931021. OLE color: 11931021.

HSL color Cylindrical-coordinate representation of color #8D0DB6: hue angle of 285.44º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0DB6 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14113182-
CMYK0.230.9300.29
HSL285.44º86.67%38.24%-
HSV(B)285.44º92.86%71.37%-
XYZ19.579.3345.02-
YUV70.54190.91178.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 13 (5.47% from 255) = 3.87%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=41.96%
G=3.87%
B=54.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141131820.230.9300.29285.4486.6738.24
Hex8DDB6175D01D11d5726
Octal215152662713503543512746
Binary100011011101101101101011110111010111011000111011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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