Shades of Dark Violet #9613BD
Tints of Dark Violet #9613BD
RGB
CMYK
RGB Variations
Color information
#9613BD (or 0x9613BD) is known color: Dark Violet. HEX triplet: 96, 13 and BD. RGB value is (150,19,189). Sum of RGB (Red+Green+Blue) = 150+19+189=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #9613BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9613BD is #69EC42. Grayscale: #4D4D4D. Windows color (decimal): -6941763 or 12391318. OLE color: 12391318.
HSL color Cylindrical-coordinate representation of color #9613BD: hue angle of 286.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9613BD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 19 | 189 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.26 |
| HSL | 286.24º | 0.82% | 0.41% | - |
| HSV(B) | 286.24º | 0.9% | 0.74% | - |
| XYZ | 22 | 10.62 | 49.04 | - |
| YUV | 77.55 | 190.9 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 189 | 0.21 | 0.90 | 0 | 0.26 | 286.24 | 0.82 | 0.41 |
| Hex | 96 | 13 | BD | 15 | 5A | 0 | 1A | 11E | 52 | 29 |
| Octal | 226 | 23 | 275 | 25 | 132 | 0 | 32 | 436 | 122 | 51 |
| Binary | 10010110 | 10011 | 10111101 | 10101 | 1011010 | 0 | 11010 | 100011110 | 1010010 | 101001 |
Color Harmonies of #9613BD
Complementary color
Monochromatic Colors of #9613BD
Black with #9613BD
Text Example
Text Example
White with #9613BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9613BD; }
p { color: rgb(150,19,189); }
H1.HeaderClassName
{
color: #9613BD;
}
.AnyTagClassName
{
color: #9613BD;
}
</style>
background-color css
<style>
a { background-color: #9613BD; }
a { background-color: rgb(150,19,189); }
div.DivClassName
{
background-color: #9613BD;
}
.BgClassName
{
background-color: #9613BD;
}
</style>
border-color css
<style>
span { border-color: #9613BD; }
span { border-color: rgb(150,19,189); }
td.TdClassName
{
border-color: #9613BD;
}
.TagClassName
{
border-color: #9613BD;
}
</style>