Shades of Dark Violet #9604E0
Tints of Dark Violet #9604E0
RGB
CMYK
RGB Variations
Color information
#9604E0 (or 0x9604E0) is known color: Dark Violet. HEX triplet: 96, 04 and E0. RGB value is (150,4,224). Sum of RGB (Red+Green+Blue) = 150+4+224=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #9604E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604E0 is #69FB1F. Grayscale: #484848. Windows color (decimal): -6945568 or 14681238. OLE color: 14681238.
HSL color Cylindrical-coordinate representation of color #9604E0: hue angle of 279.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604E0 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 4 | 224 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.12 |
| HSL | 279.82º | 0.96% | 0.45% | - |
| HSV(B) | 279.82º | 0.98% | 0.88% | - |
| XYZ | 26.08 | 11.95 | 71.45 | - |
| YUV | 72.73 | 213.37 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 224 | 0.33 | 0.98 | 0 | 0.12 | 279.82 | 0.96 | 0.45 |
| Hex | 96 | 4 | E0 | 21 | 62 | 0 | C | 118 | 60 | 2D |
| Octal | 226 | 4 | 340 | 41 | 142 | 0 | 14 | 430 | 140 | 55 |
| Binary | 10010110 | 100 | 11100000 | 100001 | 1100010 | 0 | 1100 | 100011000 | 1100000 | 101101 |
Color Harmonies of #9604E0
Complementary color
Monochromatic Colors of #9604E0
Black with #9604E0
Text Example
Text Example
White with #9604E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604E0; }
p { color: rgb(150,4,224); }
H1.HeaderClassName
{
color: #9604E0;
}
.AnyTagClassName
{
color: #9604E0;
}
</style>
background-color css
<style>
a { background-color: #9604E0; }
a { background-color: rgb(150,4,224); }
div.DivClassName
{
background-color: #9604E0;
}
.BgClassName
{
background-color: #9604E0;
}
</style>
border-color css
<style>
span { border-color: #9604E0; }
span { border-color: rgb(150,4,224); }
td.TdClassName
{
border-color: #9604E0;
}
.TagClassName
{
border-color: #9604E0;
}
</style>