Shades of Vivid Violet #96398A
Tints of Vivid Violet #96398A
RGB
CMYK
RGB Variations
Color information
#96398A (or 0x96398A) is known color: Vivid Violet. HEX triplet: 96, 39 and 8A. RGB value is (150,57,138). Sum of RGB (Red+Green+Blue) = 150+57+138=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96398A is #69C675. Grayscale: #5D5D5D. Windows color (decimal): -6932086 or 9058710. OLE color: 9058710.
HSL color Cylindrical-coordinate representation of color #96398A: hue angle of 307.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96398A is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 138 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.41 |
| HSL | 307.74º | 0.45% | 0.41% | - |
| HSV(B) | 307.74º | 0.62% | 0.59% | - |
| XYZ | 18.63 | 11.25 | 25.23 | - |
| YUV | 94.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 138 | 0 | 0.62 | 0.08 | 0.41 | 307.74 | 0.45 | 0.41 |
| Hex | 96 | 39 | 8A | 0 | 3E | 8 | 29 | 134 | 2D | 29 |
| Octal | 226 | 71 | 212 | 0 | 76 | 10 | 51 | 464 | 55 | 51 |
| Binary | 10010110 | 111001 | 10001010 | 0 | 111110 | 1000 | 101001 | 100110100 | 101101 | 101001 |
Color Harmonies of #96398A
Complementary color
Monochromatic Colors of #96398A
Black with #96398A
Text Example
Text Example
White with #96398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96398A; }
p { color: rgb(150,57,138); }
H1.HeaderClassName
{
color: #96398A;
}
.AnyTagClassName
{
color: #96398A;
}
</style>
background-color css
<style>
a { background-color: #96398A; }
a { background-color: rgb(150,57,138); }
div.DivClassName
{
background-color: #96398A;
}
.BgClassName
{
background-color: #96398A;
}
</style>
border-color css
<style>
span { border-color: #96398A; }
span { border-color: rgb(150,57,138); }
td.TdClassName
{
border-color: #96398A;
}
.TagClassName
{
border-color: #96398A;
}
</style>