Shades of Dark Violet #9C0FDE
Tints of Dark Violet #9C0FDE
RGB
CMYK
RGB Variations
Color information
#9C0FDE (or 0x9C0FDE) is known color: Dark Violet. HEX triplet: 9C, 0F and DE. RGB value is (156,15,222). Sum of RGB (Red+Green+Blue) = 156+15+222=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0FDE is #63F021. Grayscale: #505050. Windows color (decimal): -6549538 or 14552988. OLE color: 14552988.
HSL color Cylindrical-coordinate representation of color #9C0FDE: hue angle of 280.87º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0FDE is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 15 | 222 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.13 |
| HSL | 280.87º | 0.87% | 0.46% | - |
| HSV(B) | 280.87º | 0.93% | 0.87% | - |
| XYZ | 27.07 | 12.68 | 70.13 | - |
| YUV | 80.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 222 | 0.30 | 0.93 | 0 | 0.13 | 280.87 | 0.87 | 0.46 |
| Hex | 9C | F | DE | 1E | 5D | 0 | D | 119 | 57 | 2E |
| Octal | 234 | 17 | 336 | 36 | 135 | 0 | 15 | 431 | 127 | 56 |
| Binary | 10011100 | 1111 | 11011110 | 11110 | 1011101 | 0 | 1101 | 100011001 | 1010111 | 101110 |
Color Harmonies of #9C0FDE
Complementary color
Monochromatic Colors of #9C0FDE
Black with #9C0FDE
Text Example
Text Example
White with #9C0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0FDE; }
p { color: rgb(156,15,222); }
H1.HeaderClassName
{
color: #9C0FDE;
}
.AnyTagClassName
{
color: #9C0FDE;
}
</style>
background-color css
<style>
a { background-color: #9C0FDE; }
a { background-color: rgb(156,15,222); }
div.DivClassName
{
background-color: #9C0FDE;
}
.BgClassName
{
background-color: #9C0FDE;
}
</style>
border-color css
<style>
span { border-color: #9C0FDE; }
span { border-color: rgb(156,15,222); }
td.TdClassName
{
border-color: #9C0FDE;
}
.TagClassName
{
border-color: #9C0FDE;
}
</style>