Shades of Vivid Violet #96338F
Tints of Vivid Violet #96338F
RGB
CMYK
RGB Variations
Color information
#96338F (or 0x96338F) is known color: Vivid Violet. HEX triplet: 96, 33 and 8F. RGB value is (150,51,143). Sum of RGB (Red+Green+Blue) = 150+51+143=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96338F is #69CC70. Grayscale: #5A5A5A. Windows color (decimal): -6933617 or 9384854. OLE color: 9384854.
HSL color Cylindrical-coordinate representation of color #96338F: hue angle of 304.24º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96338F is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 143 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.41 |
| HSL | 304.24º | 0.49% | 0.39% | - |
| HSV(B) | 304.24º | 0.66% | 0.59% | - |
| XYZ | 18.72 | 10.83 | 27.09 | - |
| YUV | 91.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 143 | 0 | 0.66 | 0.05 | 0.41 | 304.24 | 0.49 | 0.39 |
| Hex | 96 | 33 | 8F | 0 | 42 | 5 | 29 | 130 | 31 | 27 |
| Octal | 226 | 63 | 217 | 0 | 102 | 5 | 51 | 460 | 61 | 47 |
| Binary | 10010110 | 110011 | 10001111 | 0 | 1000010 | 101 | 101001 | 100110000 | 110001 | 100111 |
Color Harmonies of #96338F
Complementary color
Monochromatic Colors of #96338F
Black with #96338F
Text Example
Text Example
White with #96338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96338F; }
p { color: rgb(150,51,143); }
H1.HeaderClassName
{
color: #96338F;
}
.AnyTagClassName
{
color: #96338F;
}
</style>
background-color css
<style>
a { background-color: #96338F; }
a { background-color: rgb(150,51,143); }
div.DivClassName
{
background-color: #96338F;
}
.BgClassName
{
background-color: #96338F;
}
</style>
border-color css
<style>
span { border-color: #96338F; }
span { border-color: rgb(150,51,143); }
td.TdClassName
{
border-color: #96338F;
}
.TagClassName
{
border-color: #96338F;
}
</style>