Shades of Vivid Violet #96389F
Tints of Vivid Violet #96389F
RGB
CMYK
RGB Variations
Color information
#96389F (or 0x96389F) is known color: Vivid Violet. HEX triplet: 96, 38 and 9F. RGB value is (150,56,159). Sum of RGB (Red+Green+Blue) = 150+56+159=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #96389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96389F is #69C760. Grayscale: #5F5F5F. Windows color (decimal): -6932321 or 10434710. OLE color: 10434710.
HSL color Cylindrical-coordinate representation of color #96389F: hue angle of 294.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96389F is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 56 | 159 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.38 |
| HSL | 294.76º | 0.48% | 0.42% | - |
| HSV(B) | 294.76º | 0.65% | 0.62% | - |
| XYZ | 20.25 | 11.82 | 34.01 | - |
| YUV | 95.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 159 | 0.06 | 0.65 | 0 | 0.38 | 294.76 | 0.48 | 0.42 |
| Hex | 96 | 38 | 9F | 6 | 41 | 0 | 26 | 127 | 30 | 2A |
| Octal | 226 | 70 | 237 | 6 | 101 | 0 | 46 | 447 | 60 | 52 |
| Binary | 10010110 | 111000 | 10011111 | 110 | 1000001 | 0 | 100110 | 100100111 | 110000 | 101010 |
Color Harmonies of #96389F
Complementary color
Monochromatic Colors of #96389F
Black with #96389F
Text Example
Text Example
White with #96389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96389F; }
p { color: rgb(150,56,159); }
H1.HeaderClassName
{
color: #96389F;
}
.AnyTagClassName
{
color: #96389F;
}
</style>
background-color css
<style>
a { background-color: #96389F; }
a { background-color: rgb(150,56,159); }
div.DivClassName
{
background-color: #96389F;
}
.BgClassName
{
background-color: #96389F;
}
</style>
border-color css
<style>
span { border-color: #96389F; }
span { border-color: rgb(150,56,159); }
td.TdClassName
{
border-color: #96389F;
}
.TagClassName
{
border-color: #96389F;
}
</style>