Shades of Dark Violet #9600B3
Tints of Dark Violet #9600B3
RGB
CMYK
RGB Variations
Color information
#9600B3 (or 0x9600B3) is known color: Dark Violet. HEX triplet: 96, 00 and B3. RGB value is (150,0,179). Sum of RGB (Red+Green+Blue) = 150+0+179=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #9600B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9600B3 is #69FF4C. Grayscale: #404040. Windows color (decimal): -6946637 or 11731094. OLE color: 11731094.
HSL color Cylindrical-coordinate representation of color #9600B3: hue angle of 290.28º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600B3 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 0 | 179 | - |
| CMYK | 0.16 | 1 | 0 | 0.30 |
| HSL | 290.28º | 1% | 0.35% | - |
| HSV(B) | 290.28º | 1% | 0.7% | - |
| XYZ | 20.71 | 9.74 | 43.44 | - |
| YUV | 65.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 179 | 0.16 | 1 | 0 | 0.30 | 290.28 | 1 | 0.35 |
| Hex | 96 | 0 | B3 | 10 | 64 | 0 | 1E | 122 | 64 | 23 |
| Octal | 226 | 0 | 263 | 20 | 144 | 0 | 36 | 442 | 144 | 43 |
| Binary | 10010110 | 0 | 10110011 | 10000 | 1100100 | 0 | 11110 | 100100010 | 1100100 | 100011 |
Color Harmonies of #9600B3
Complementary color
Monochromatic Colors of #9600B3
Black with #9600B3
Text Example
Text Example
White with #9600B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600B3; }
p { color: rgb(150,0,179); }
H1.HeaderClassName
{
color: #9600B3;
}
.AnyTagClassName
{
color: #9600B3;
}
</style>
background-color css
<style>
a { background-color: #9600B3; }
a { background-color: rgb(150,0,179); }
div.DivClassName
{
background-color: #9600B3;
}
.BgClassName
{
background-color: #9600B3;
}
</style>
border-color css
<style>
span { border-color: #9600B3; }
span { border-color: rgb(150,0,179); }
td.TdClassName
{
border-color: #9600B3;
}
.TagClassName
{
border-color: #9600B3;
}
</style>