Shades of Vivid Violet #96308F
Tints of Vivid Violet #96308F
RGB
CMYK
RGB Variations
Color information
#96308F (or 0x96308F) is known color: Vivid Violet. HEX triplet: 96, 30 and 8F. RGB value is (150,48,143). Sum of RGB (Red+Green+Blue) = 150+48+143=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96308F is #69CF70. Grayscale: #595959. Windows color (decimal): -6934385 or 9384086. OLE color: 9384086.
HSL color Cylindrical-coordinate representation of color #96308F: hue angle of 304.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96308F is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 143 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.41 |
| HSL | 304.12º | 0.52% | 0.39% | - |
| HSV(B) | 304.12º | 0.68% | 0.59% | - |
| XYZ | 18.59 | 10.58 | 27.05 | - |
| YUV | 89.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 143 | 0 | 0.68 | 0.05 | 0.41 | 304.12 | 0.52 | 0.39 |
| Hex | 96 | 30 | 8F | 0 | 44 | 5 | 29 | 130 | 34 | 27 |
| Octal | 226 | 60 | 217 | 0 | 104 | 5 | 51 | 460 | 64 | 47 |
| Binary | 10010110 | 110000 | 10001111 | 0 | 1000100 | 101 | 101001 | 100110000 | 110100 | 100111 |
Color Harmonies of #96308F
Complementary color
Monochromatic Colors of #96308F
Black with #96308F
Text Example
Text Example
White with #96308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96308F; }
p { color: rgb(150,48,143); }
H1.HeaderClassName
{
color: #96308F;
}
.AnyTagClassName
{
color: #96308F;
}
</style>
background-color css
<style>
a { background-color: #96308F; }
a { background-color: rgb(150,48,143); }
div.DivClassName
{
background-color: #96308F;
}
.BgClassName
{
background-color: #96308F;
}
</style>
border-color css
<style>
span { border-color: #96308F; }
span { border-color: rgb(150,48,143); }
td.TdClassName
{
border-color: #96308F;
}
.TagClassName
{
border-color: #96308F;
}
</style>