Shades of Dark Violet #9605E2
Tints of Dark Violet #9605E2
RGB
CMYK
RGB Variations
Color information
#9605E2 (or 0x9605E2) is known color: Dark Violet. HEX triplet: 96, 05 and E2. RGB value is (150,5,226). Sum of RGB (Red+Green+Blue) = 150+5+226=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 226 (88.67% from 255 or 59.32% from 381); Max value from RGB is 226 - color contains mainly: blue. Hex color #9605E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605E2 is #69FA1D. Grayscale: #484848. Windows color (decimal): -6945310 or 14812566. OLE color: 14812566.
HSL color Cylindrical-coordinate representation of color #9605E2: hue angle of 279.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605E2 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 5 | 226 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.11 |
| HSL | 279.37º | 0.96% | 0.45% | - |
| HSV(B) | 279.37º | 0.98% | 0.89% | - |
| XYZ | 26.36 | 12.08 | 72.89 | - |
| YUV | 73.55 | 214.04 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 226 | 0.34 | 0.98 | 0 | 0.11 | 279.37 | 0.96 | 0.45 |
| Hex | 96 | 5 | E2 | 22 | 62 | 0 | B | 117 | 60 | 2D |
| Octal | 226 | 5 | 342 | 42 | 142 | 0 | 13 | 427 | 140 | 55 |
| Binary | 10010110 | 101 | 11100010 | 100010 | 1100010 | 0 | 1011 | 100010111 | 1100000 | 101101 |
Color Harmonies of #9605E2
Complementary color
Monochromatic Colors of #9605E2
Black with #9605E2
Text Example
Text Example
White with #9605E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605E2; }
p { color: rgb(150,5,226); }
H1.HeaderClassName
{
color: #9605E2;
}
.AnyTagClassName
{
color: #9605E2;
}
</style>
background-color css
<style>
a { background-color: #9605E2; }
a { background-color: rgb(150,5,226); }
div.DivClassName
{
background-color: #9605E2;
}
.BgClassName
{
background-color: #9605E2;
}
</style>
border-color css
<style>
span { border-color: #9605E2; }
span { border-color: rgb(150,5,226); }
td.TdClassName
{
border-color: #9605E2;
}
.TagClassName
{
border-color: #9605E2;
}
</style>