Shades of Dark Violet #9D07BC
Tints of Dark Violet #9D07BC
RGB
CMYK
RGB Variations
Color information
#9D07BC (or 0x9D07BC) is known color: Dark Violet. HEX triplet: 9D, 07 and BC. RGB value is (157,7,188). Sum of RGB (Red+Green+Blue) = 157+7+188=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D07BC is #62F843. Grayscale: #474747. Windows color (decimal): -6486084 or 12322717. OLE color: 12322717.
HSL color Cylindrical-coordinate representation of color #9D07BC: hue angle of 289.72º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D07BC is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 7 | 188 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.26 |
| HSL | 289.72º | 0.93% | 0.38% | - |
| HSV(B) | 289.72º | 0.96% | 0.74% | - |
| XYZ | 23.06 | 10.95 | 48.48 | - |
| YUV | 72.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 188 | 0.16 | 0.96 | 0 | 0.26 | 289.72 | 0.93 | 0.38 |
| Hex | 9D | 7 | BC | 10 | 60 | 0 | 1A | 122 | 5D | 26 |
| Octal | 235 | 7 | 274 | 20 | 140 | 0 | 32 | 442 | 135 | 46 |
| Binary | 10011101 | 111 | 10111100 | 10000 | 1100000 | 0 | 11010 | 100100010 | 1011101 | 100110 |
Color Harmonies of #9D07BC
Complementary color
Monochromatic Colors of #9D07BC
Black with #9D07BC
Text Example
Text Example
White with #9D07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D07BC; }
p { color: rgb(157,7,188); }
H1.HeaderClassName
{
color: #9D07BC;
}
.AnyTagClassName
{
color: #9D07BC;
}
</style>
background-color css
<style>
a { background-color: #9D07BC; }
a { background-color: rgb(157,7,188); }
div.DivClassName
{
background-color: #9D07BC;
}
.BgClassName
{
background-color: #9D07BC;
}
</style>
border-color css
<style>
span { border-color: #9D07BC; }
span { border-color: rgb(157,7,188); }
td.TdClassName
{
border-color: #9D07BC;
}
.TagClassName
{
border-color: #9D07BC;
}
</style>