Shades of Dark Violet #8C09DB
Tints of Dark Violet #8C09DB
RGB
CMYK
RGB Variations
Color information
#8C09DB (or 0x8C09DB) is known color: Dark Violet. HEX triplet: 8C, 09 and DB. RGB value is (140,9,219). Sum of RGB (Red+Green+Blue) = 140+9+219=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C09DB is #73F624. Grayscale: #474747. Windows color (decimal): -7599653 or 14354828. OLE color: 14354828.
HSL color Cylindrical-coordinate representation of color #8C09DB: hue angle of 277.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C09DB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 9 | 219 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.14 |
| HSL | 277.43º | 0.92% | 0.45% | - |
| HSV(B) | 277.43º | 0.96% | 0.86% | - |
| XYZ | 23.7 | 10.89 | 67.87 | - |
| YUV | 72.11 | 210.9 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 219 | 0.36 | 0.96 | 0 | 0.14 | 277.43 | 0.92 | 0.45 |
| Hex | 8C | 9 | DB | 24 | 60 | 0 | E | 115 | 5C | 2D |
| Octal | 214 | 11 | 333 | 44 | 140 | 0 | 16 | 425 | 134 | 55 |
| Binary | 10001100 | 1001 | 11011011 | 100100 | 1100000 | 0 | 1110 | 100010101 | 1011100 | 101101 |
Color Harmonies of #8C09DB
Complementary color
Monochromatic Colors of #8C09DB
Black with #8C09DB
Text Example
Text Example
White with #8C09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C09DB; }
p { color: rgb(140,9,219); }
H1.HeaderClassName
{
color: #8C09DB;
}
.AnyTagClassName
{
color: #8C09DB;
}
</style>
background-color css
<style>
a { background-color: #8C09DB; }
a { background-color: rgb(140,9,219); }
div.DivClassName
{
background-color: #8C09DB;
}
.BgClassName
{
background-color: #8C09DB;
}
</style>
border-color css
<style>
span { border-color: #8C09DB; }
span { border-color: rgb(140,9,219); }
td.TdClassName
{
border-color: #8C09DB;
}
.TagClassName
{
border-color: #8C09DB;
}
</style>