Shades of Dark Violet #8C09DF
Tints of Dark Violet #8C09DF
RGB
CMYK
RGB Variations
Color information
#8C09DF (or 0x8C09DF) is known color: Dark Violet. HEX triplet: 8C, 09 and DF. RGB value is (140,9,223). Sum of RGB (Red+Green+Blue) = 140+9+223=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C09DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C09DF is #73F620. Grayscale: #474747. Windows color (decimal): -7599649 or 14616972. OLE color: 14616972.
HSL color Cylindrical-coordinate representation of color #8C09DF: hue angle of 276.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C09DF is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 9 | 223 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.13 |
| HSL | 276.73º | 0.92% | 0.45% | - |
| HSV(B) | 276.73º | 0.96% | 0.87% | - |
| XYZ | 24.23 | 11.1 | 70.68 | - |
| YUV | 72.57 | 212.9 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 223 | 0.37 | 0.96 | 0 | 0.13 | 276.73 | 0.92 | 0.45 |
| Hex | 8C | 9 | DF | 25 | 60 | 0 | D | 115 | 5C | 2D |
| Octal | 214 | 11 | 337 | 45 | 140 | 0 | 15 | 425 | 134 | 55 |
| Binary | 10001100 | 1001 | 11011111 | 100101 | 1100000 | 0 | 1101 | 100010101 | 1011100 | 101101 |
Color Harmonies of #8C09DF
Complementary color
Monochromatic Colors of #8C09DF
Black with #8C09DF
Text Example
Text Example
White with #8C09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C09DF; }
p { color: rgb(140,9,223); }
H1.HeaderClassName
{
color: #8C09DF;
}
.AnyTagClassName
{
color: #8C09DF;
}
</style>
background-color css
<style>
a { background-color: #8C09DF; }
a { background-color: rgb(140,9,223); }
div.DivClassName
{
background-color: #8C09DF;
}
.BgClassName
{
background-color: #8C09DF;
}
</style>
border-color css
<style>
span { border-color: #8C09DF; }
span { border-color: rgb(140,9,223); }
td.TdClassName
{
border-color: #8C09DF;
}
.TagClassName
{
border-color: #8C09DF;
}
</style>