Shades of Violet Blue #96449C
Tints of Violet Blue #96449C
RGB
CMYK
RGB Variations
Color information
#96449C (or 0x96449C) is known color: Violet Blue. HEX triplet: 96, 44 and 9C. RGB value is (150,68,156). Sum of RGB (Red+Green+Blue) = 150+68+156=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #96449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96449C is #69BB63. Grayscale: #666666. Windows color (decimal): -6929252 or 10241174. OLE color: 10241174.
HSL color Cylindrical-coordinate representation of color #96449C: hue angle of 295.91º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96449C is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 68 | 156 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.39 |
| HSL | 295.91º | 0.39% | 0.44% | - |
| HSV(B) | 295.91º | 0.56% | 0.61% | - |
| XYZ | 20.65 | 13.02 | 32.88 | - |
| YUV | 102.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 156 | 0.04 | 0.56 | 0 | 0.39 | 295.91 | 0.39 | 0.44 |
| Hex | 96 | 44 | 9C | 4 | 38 | 0 | 27 | 128 | 27 | 2C |
| Octal | 226 | 104 | 234 | 4 | 70 | 0 | 47 | 450 | 47 | 54 |
| Binary | 10010110 | 1000100 | 10011100 | 100 | 111000 | 0 | 100111 | 100101000 | 100111 | 101100 |
Color Harmonies of #96449C
Complementary color
Monochromatic Colors of #96449C
Black with #96449C
Text Example
Text Example
White with #96449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96449C; }
p { color: rgb(150,68,156); }
H1.HeaderClassName
{
color: #96449C;
}
.AnyTagClassName
{
color: #96449C;
}
</style>
background-color css
<style>
a { background-color: #96449C; }
a { background-color: rgb(150,68,156); }
div.DivClassName
{
background-color: #96449C;
}
.BgClassName
{
background-color: #96449C;
}
</style>
border-color css
<style>
span { border-color: #96449C; }
span { border-color: rgb(150,68,156); }
td.TdClassName
{
border-color: #96449C;
}
.TagClassName
{
border-color: #96449C;
}
</style>