Shades of Dark Violet #9D0FCF
Tints of Dark Violet #9D0FCF
RGB
CMYK
RGB Variations
Color information
#9D0FCF (or 0x9D0FCF) is known color: Dark Violet. HEX triplet: 9D, 0F and CF. RGB value is (157,15,207). Sum of RGB (Red+Green+Blue) = 157+15+207=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D0FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0FCF is #62F030. Grayscale: #4E4E4E. Windows color (decimal): -6484017 or 13569949. OLE color: 13569949.
HSL color Cylindrical-coordinate representation of color #9D0FCF: hue angle of 284.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0FCF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 15 | 207 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.19 |
| HSL | 284.38º | 0.86% | 0.44% | - |
| HSV(B) | 284.38º | 0.93% | 0.81% | - |
| XYZ | 25.34 | 12.01 | 60.02 | - |
| YUV | 79.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 207 | 0.24 | 0.93 | 0 | 0.19 | 284.38 | 0.86 | 0.44 |
| Hex | 9D | F | CF | 18 | 5D | 0 | 13 | 11C | 56 | 2C |
| Octal | 235 | 17 | 317 | 30 | 135 | 0 | 23 | 434 | 126 | 54 |
| Binary | 10011101 | 1111 | 11001111 | 11000 | 1011101 | 0 | 10011 | 100011100 | 1010110 | 101100 |
Color Harmonies of #9D0FCF
Complementary color
Monochromatic Colors of #9D0FCF
Black with #9D0FCF
Text Example
Text Example
White with #9D0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0FCF; }
p { color: rgb(157,15,207); }
H1.HeaderClassName
{
color: #9D0FCF;
}
.AnyTagClassName
{
color: #9D0FCF;
}
</style>
background-color css
<style>
a { background-color: #9D0FCF; }
a { background-color: rgb(157,15,207); }
div.DivClassName
{
background-color: #9D0FCF;
}
.BgClassName
{
background-color: #9D0FCF;
}
</style>
border-color css
<style>
span { border-color: #9D0FCF; }
span { border-color: rgb(157,15,207); }
td.TdClassName
{
border-color: #9D0FCF;
}
.TagClassName
{
border-color: #9D0FCF;
}
</style>