Shades of Dark Violet #9605DB
Tints of Dark Violet #9605DB
RGB
CMYK
RGB Variations
Color information
#9605DB (or 0x9605DB) is known color: Dark Violet. HEX triplet: 96, 05 and DB. RGB value is (150,5,219). Sum of RGB (Red+Green+Blue) = 150+5+219=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #9605DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605DB is #69FA24. Grayscale: #484848. Windows color (decimal): -6945317 or 14353814. OLE color: 14353814.
HSL color Cylindrical-coordinate representation of color #9605DB: hue angle of 280.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605DB is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 5 | 219 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.14 |
| HSL | 280.65º | 0.96% | 0.44% | - |
| HSV(B) | 280.65º | 0.98% | 0.86% | - |
| XYZ | 25.42 | 11.71 | 67.94 | - |
| YUV | 72.75 | 210.54 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 219 | 0.32 | 0.98 | 0 | 0.14 | 280.65 | 0.96 | 0.44 |
| Hex | 96 | 5 | DB | 20 | 62 | 0 | E | 119 | 60 | 2C |
| Octal | 226 | 5 | 333 | 40 | 142 | 0 | 16 | 431 | 140 | 54 |
| Binary | 10010110 | 101 | 11011011 | 100000 | 1100010 | 0 | 1110 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9605DB
Complementary color
Monochromatic Colors of #9605DB
Black with #9605DB
Text Example
Text Example
White with #9605DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605DB; }
p { color: rgb(150,5,219); }
H1.HeaderClassName
{
color: #9605DB;
}
.AnyTagClassName
{
color: #9605DB;
}
</style>
background-color css
<style>
a { background-color: #9605DB; }
a { background-color: rgb(150,5,219); }
div.DivClassName
{
background-color: #9605DB;
}
.BgClassName
{
background-color: #9605DB;
}
</style>
border-color css
<style>
span { border-color: #9605DB; }
span { border-color: rgb(150,5,219); }
td.TdClassName
{
border-color: #9605DB;
}
.TagClassName
{
border-color: #9605DB;
}
</style>