Shades of Dark Violet #9604E5
Tints of Dark Violet #9604E5
RGB
CMYK
RGB Variations
Color information
#9604E5 (or 0x9604E5) is known color: Dark Violet. HEX triplet: 96, 04 and E5. RGB value is (150,4,229). Sum of RGB (Red+Green+Blue) = 150+4+229=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #9604E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604E5 is #69FB1A. Grayscale: #484848. Windows color (decimal): -6945563 or 15008918. OLE color: 15008918.
HSL color Cylindrical-coordinate representation of color #9604E5: hue angle of 278.93º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604E5 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 4 | 229 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.10 |
| HSL | 278.93º | 0.97% | 0.46% | - |
| HSV(B) | 278.93º | 0.98% | 0.9% | - |
| XYZ | 26.76 | 12.23 | 75.08 | - |
| YUV | 73.3 | 215.87 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 229 | 0.34 | 0.98 | 0 | 0.10 | 278.93 | 0.97 | 0.46 |
| Hex | 96 | 4 | E5 | 22 | 62 | 0 | A | 117 | 61 | 2E |
| Octal | 226 | 4 | 345 | 42 | 142 | 0 | 12 | 427 | 141 | 56 |
| Binary | 10010110 | 100 | 11100101 | 100010 | 1100010 | 0 | 1010 | 100010111 | 1100001 | 101110 |
Color Harmonies of #9604E5
Complementary color
Monochromatic Colors of #9604E5
Black with #9604E5
Text Example
Text Example
White with #9604E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604E5; }
p { color: rgb(150,4,229); }
H1.HeaderClassName
{
color: #9604E5;
}
.AnyTagClassName
{
color: #9604E5;
}
</style>
background-color css
<style>
a { background-color: #9604E5; }
a { background-color: rgb(150,4,229); }
div.DivClassName
{
background-color: #9604E5;
}
.BgClassName
{
background-color: #9604E5;
}
</style>
border-color css
<style>
span { border-color: #9604E5; }
span { border-color: rgb(150,4,229); }
td.TdClassName
{
border-color: #9604E5;
}
.TagClassName
{
border-color: #9604E5;
}
</style>