Shades of Vivid Violet #96239B
Tints of Vivid Violet #96239B
RGB
CMYK
RGB Variations
Color information
#96239B (or 0x96239B) is known color: Vivid Violet. HEX triplet: 96, 23 and 9B. RGB value is (150,35,155). Sum of RGB (Red+Green+Blue) = 150+35+155=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #96239B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96239B is #69DC64. Grayscale: #525252. Windows color (decimal): -6937701 or 10167190. OLE color: 10167190.
HSL color Cylindrical-coordinate representation of color #96239B: hue angle of 297.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96239B is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 35 | 155 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.39 |
| HSL | 297.5º | 0.63% | 0.37% | - |
| HSV(B) | 297.5º | 0.77% | 0.61% | - |
| XYZ | 19.1 | 10.05 | 31.94 | - |
| YUV | 83.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 155 | 0.03 | 0.77 | 0 | 0.39 | 297.5 | 0.63 | 0.37 |
| Hex | 96 | 23 | 9B | 3 | 4D | 0 | 27 | 12A | 3F | 25 |
| Octal | 226 | 43 | 233 | 3 | 115 | 0 | 47 | 452 | 77 | 45 |
| Binary | 10010110 | 100011 | 10011011 | 11 | 1001101 | 0 | 100111 | 100101010 | 111111 | 100101 |
Color Harmonies of #96239B
Complementary color
Monochromatic Colors of #96239B
Black with #96239B
Text Example
Text Example
White with #96239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96239B; }
p { color: rgb(150,35,155); }
H1.HeaderClassName
{
color: #96239B;
}
.AnyTagClassName
{
color: #96239B;
}
</style>
background-color css
<style>
a { background-color: #96239B; }
a { background-color: rgb(150,35,155); }
div.DivClassName
{
background-color: #96239B;
}
.BgClassName
{
background-color: #96239B;
}
</style>
border-color css
<style>
span { border-color: #96239B; }
span { border-color: rgb(150,35,155); }
td.TdClassName
{
border-color: #96239B;
}
.TagClassName
{
border-color: #96239B;
}
</style>