Shades of Violet Blue #96619C
Tints of Violet Blue #96619C
RGB
CMYK
RGB Variations
Color information
#96619C (or 0x96619C) is known color: Violet Blue. HEX triplet: 96, 61 and 9C. RGB value is (150,97,156). Sum of RGB (Red+Green+Blue) = 150+97+156=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #96619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96619C is #699E63. Grayscale: #777777. Windows color (decimal): -6921828 or 10248598. OLE color: 10248598.
HSL color Cylindrical-coordinate representation of color #96619C: hue angle of 293.9º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96619C is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 97 | 156 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.39 |
| HSL | 293.9º | 0.23% | 0.5% | - |
| HSV(B) | 293.9º | 0.38% | 0.61% | - |
| XYZ | 22.85 | 17.43 | 33.61 | - |
| YUV | 119.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 156 | 0.04 | 0.38 | 0 | 0.39 | 293.9 | 0.23 | 0.5 |
| Hex | 96 | 61 | 9C | 4 | 26 | 0 | 27 | 126 | 17 | 32 |
| Octal | 226 | 141 | 234 | 4 | 46 | 0 | 47 | 446 | 27 | 62 |
| Binary | 10010110 | 1100001 | 10011100 | 100 | 100110 | 0 | 100111 | 100100110 | 10111 | 110010 |
Color Harmonies of #96619C
Complementary color
Monochromatic Colors of #96619C
Black with #96619C
Text Example
Text Example
White with #96619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96619C; }
p { color: rgb(150,97,156); }
H1.HeaderClassName
{
color: #96619C;
}
.AnyTagClassName
{
color: #96619C;
}
</style>
background-color css
<style>
a { background-color: #96619C; }
a { background-color: rgb(150,97,156); }
div.DivClassName
{
background-color: #96619C;
}
.BgClassName
{
background-color: #96619C;
}
</style>
border-color css
<style>
span { border-color: #96619C; }
span { border-color: rgb(150,97,156); }
td.TdClassName
{
border-color: #96619C;
}
.TagClassName
{
border-color: #96619C;
}
</style>