Shades of Vivid Violet #99338F
Tints of Vivid Violet #99338F
RGB
CMYK
RGB Variations
Color information
#99338F (or 0x99338F) is known color: Vivid Violet. HEX triplet: 99, 33 and 8F. RGB value is (153,51,143). Sum of RGB (Red+Green+Blue) = 153+51+143=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99338F is #66CC70. Grayscale: #5B5B5B. Windows color (decimal): -6737009 or 9384857. OLE color: 9384857.
HSL color Cylindrical-coordinate representation of color #99338F: hue angle of 305.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99338F is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 143 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.4 |
| HSL | 305.88º | 0.5% | 0.4% | - |
| HSV(B) | 305.88º | 0.67% | 0.6% | - |
| XYZ | 19.28 | 11.12 | 27.12 | - |
| YUV | 91.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 143 | 0 | 0.67 | 0.07 | 0.4 | 305.88 | 0.5 | 0.4 |
| Hex | 99 | 33 | 8F | 0 | 43 | 7 | 28 | 132 | 32 | 28 |
| Octal | 231 | 63 | 217 | 0 | 103 | 7 | 50 | 462 | 62 | 50 |
| Binary | 10011001 | 110011 | 10001111 | 0 | 1000011 | 111 | 101000 | 100110010 | 110010 | 101000 |
Color Harmonies of #99338F
Complementary color
Monochromatic Colors of #99338F
Black with #99338F
Text Example
Text Example
White with #99338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99338F; }
p { color: rgb(153,51,143); }
H1.HeaderClassName
{
color: #99338F;
}
.AnyTagClassName
{
color: #99338F;
}
</style>
background-color css
<style>
a { background-color: #99338F; }
a { background-color: rgb(153,51,143); }
div.DivClassName
{
background-color: #99338F;
}
.BgClassName
{
background-color: #99338F;
}
</style>
border-color css
<style>
span { border-color: #99338F; }
span { border-color: rgb(153,51,143); }
td.TdClassName
{
border-color: #99338F;
}
.TagClassName
{
border-color: #99338F;
}
</style>