Shades of Dark Violet #8D09D7
Tints of Dark Violet #8D09D7
RGB
CMYK
RGB Variations
Color information
#8D09D7 (or 0x8D09D7) is known color: Dark Violet. HEX triplet: 8D, 09 and D7. RGB value is (141,9,215). Sum of RGB (Red+Green+Blue) = 141+9+215=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D09D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D09D7 is #72F628. Grayscale: #474747. Windows color (decimal): -7534121 or 14092685. OLE color: 14092685.
HSL color Cylindrical-coordinate representation of color #8D09D7: hue angle of 278.45º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D09D7 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 9 | 215 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.16 |
| HSL | 278.45º | 0.92% | 0.44% | - |
| HSV(B) | 278.45º | 0.96% | 0.84% | - |
| XYZ | 23.35 | 10.76 | 65.14 | - |
| YUV | 71.95 | 208.73 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 215 | 0.34 | 0.96 | 0 | 0.16 | 278.45 | 0.92 | 0.44 |
| Hex | 8D | 9 | D7 | 22 | 60 | 0 | 10 | 116 | 5C | 2C |
| Octal | 215 | 11 | 327 | 42 | 140 | 0 | 20 | 426 | 134 | 54 |
| Binary | 10001101 | 1001 | 11010111 | 100010 | 1100000 | 0 | 10000 | 100010110 | 1011100 | 101100 |
Color Harmonies of #8D09D7
Complementary color
Monochromatic Colors of #8D09D7
Black with #8D09D7
Text Example
Text Example
White with #8D09D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09D7; }
p { color: rgb(141,9,215); }
H1.HeaderClassName
{
color: #8D09D7;
}
.AnyTagClassName
{
color: #8D09D7;
}
</style>
background-color css
<style>
a { background-color: #8D09D7; }
a { background-color: rgb(141,9,215); }
div.DivClassName
{
background-color: #8D09D7;
}
.BgClassName
{
background-color: #8D09D7;
}
</style>
border-color css
<style>
span { border-color: #8D09D7; }
span { border-color: rgb(141,9,215); }
td.TdClassName
{
border-color: #8D09D7;
}
.TagClassName
{
border-color: #8D09D7;
}
</style>