Shades of Vivid Violet #96309A
Tints of Vivid Violet #96309A
RGB
CMYK
RGB Variations
Color information
#96309A (or 0x96309A) is known color: Vivid Violet. HEX triplet: 96, 30 and 9A. RGB value is (150,48,154). Sum of RGB (Red+Green+Blue) = 150+48+154=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #96309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96309A is #69CF65. Grayscale: #5A5A5A. Windows color (decimal): -6934374 or 10104982. OLE color: 10104982.
HSL color Cylindrical-coordinate representation of color #96309A: hue angle of 297.74º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96309A is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 48 | 154 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.40 |
| HSL | 297.74º | 0.52% | 0.4% | - |
| HSV(B) | 297.74º | 0.69% | 0.6% | - |
| XYZ | 19.47 | 10.93 | 31.66 | - |
| YUV | 90.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 154 | 0.03 | 0.69 | 0 | 0.40 | 297.74 | 0.52 | 0.4 |
| Hex | 96 | 30 | 9A | 3 | 45 | 0 | 28 | 12A | 34 | 28 |
| Octal | 226 | 60 | 232 | 3 | 105 | 0 | 50 | 452 | 64 | 50 |
| Binary | 10010110 | 110000 | 10011010 | 11 | 1000101 | 0 | 101000 | 100101010 | 110100 | 101000 |
Color Harmonies of #96309A
Complementary color
Monochromatic Colors of #96309A
Black with #96309A
Text Example
Text Example
White with #96309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96309A; }
p { color: rgb(150,48,154); }
H1.HeaderClassName
{
color: #96309A;
}
.AnyTagClassName
{
color: #96309A;
}
</style>
background-color css
<style>
a { background-color: #96309A; }
a { background-color: rgb(150,48,154); }
div.DivClassName
{
background-color: #96309A;
}
.BgClassName
{
background-color: #96309A;
}
</style>
border-color css
<style>
span { border-color: #96309A; }
span { border-color: rgb(150,48,154); }
td.TdClassName
{
border-color: #96309A;
}
.TagClassName
{
border-color: #96309A;
}
</style>