Shades of Dark Violet #9C09DF
Tints of Dark Violet #9C09DF
RGB
CMYK
RGB Variations
Color information
#9C09DF (or 0x9C09DF) is known color: Dark Violet. HEX triplet: 9C, 09 and DF. RGB value is (156,9,223). Sum of RGB (Red+Green+Blue) = 156+9+223=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C09DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C09DF is #63F620. Grayscale: #4C4C4C. Windows color (decimal): -6551073 or 14616988. OLE color: 14616988.
HSL color Cylindrical-coordinate representation of color #9C09DF: hue angle of 281.21º 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 #9C09DF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 9 | 223 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.13 |
| HSL | 281.22º | 0.92% | 0.45% | - |
| HSV(B) | 281.22º | 0.96% | 0.87% | - |
| XYZ | 27.13 | 12.59 | 70.81 | - |
| YUV | 77.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 223 | 0.30 | 0.96 | 0 | 0.13 | 281.22 | 0.92 | 0.45 |
| Hex | 9C | 9 | DF | 1E | 60 | 0 | D | 119 | 5C | 2D |
| Octal | 234 | 11 | 337 | 36 | 140 | 0 | 15 | 431 | 134 | 55 |
| Binary | 10011100 | 1001 | 11011111 | 11110 | 1100000 | 0 | 1101 | 100011001 | 1011100 | 101101 |
Color Harmonies of #9C09DF
Complementary color
Monochromatic Colors of #9C09DF
Black with #9C09DF
Text Example
Text Example
White with #9C09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C09DF; }
p { color: rgb(156,9,223); }
H1.HeaderClassName
{
color: #9C09DF;
}
.AnyTagClassName
{
color: #9C09DF;
}
</style>
background-color css
<style>
a { background-color: #9C09DF; }
a { background-color: rgb(156,9,223); }
div.DivClassName
{
background-color: #9C09DF;
}
.BgClassName
{
background-color: #9C09DF;
}
</style>
border-color css
<style>
span { border-color: #9C09DF; }
span { border-color: rgb(156,9,223); }
td.TdClassName
{
border-color: #9C09DF;
}
.TagClassName
{
border-color: #9C09DF;
}
</style>