Shades of Dark Violet #9604B1
Tints of Dark Violet #9604B1
RGB
CMYK
RGB Variations
Color information
#9604B1 (or 0x9604B1) is known color: Dark Violet. HEX triplet: 96, 04 and B1. RGB value is (150,4,177). Sum of RGB (Red+Green+Blue) = 150+4+177=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #9604B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9604B1 is #69FB4E. Grayscale: #424242. Windows color (decimal): -6945615 or 11601046. OLE color: 11601046.
HSL color Cylindrical-coordinate representation of color #9604B1: hue angle of 290.64º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604B1 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 4 | 177 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.31 |
| HSL | 290.64º | 0.96% | 0.35% | - |
| HSV(B) | 290.64º | 0.98% | 0.69% | - |
| XYZ | 20.56 | 9.75 | 42.39 | - |
| YUV | 67.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 177 | 0.15 | 0.98 | 0 | 0.31 | 290.64 | 0.96 | 0.35 |
| Hex | 96 | 4 | B1 | F | 62 | 0 | 1F | 123 | 60 | 23 |
| Octal | 226 | 4 | 261 | 17 | 142 | 0 | 37 | 443 | 140 | 43 |
| Binary | 10010110 | 100 | 10110001 | 1111 | 1100010 | 0 | 11111 | 100100011 | 1100000 | 100011 |
Color Harmonies of #9604B1
Complementary color
Monochromatic Colors of #9604B1
Black with #9604B1
Text Example
Text Example
White with #9604B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604B1; }
p { color: rgb(150,4,177); }
H1.HeaderClassName
{
color: #9604B1;
}
.AnyTagClassName
{
color: #9604B1;
}
</style>
background-color css
<style>
a { background-color: #9604B1; }
a { background-color: rgb(150,4,177); }
div.DivClassName
{
background-color: #9604B1;
}
.BgClassName
{
background-color: #9604B1;
}
</style>
border-color css
<style>
span { border-color: #9604B1; }
span { border-color: rgb(150,4,177); }
td.TdClassName
{
border-color: #9604B1;
}
.TagClassName
{
border-color: #9604B1;
}
</style>