Shades of Vivid Violet #993398
Tints of Vivid Violet #993398
RGB
CMYK
RGB Variations
Color information
#993398 (or 0x993398) is known color: Vivid Violet. HEX triplet: 99, 33 and 98. RGB value is (153,51,152). Sum of RGB (Red+Green+Blue) = 153+51+152=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #993398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993398 is #66CC67. Grayscale: #5C5C5C. Windows color (decimal): -6737000 or 9974681. OLE color: 9974681.
HSL color Cylindrical-coordinate representation of color #993398: hue angle of 300.59º 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 #993398 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 152 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.4 |
| HSL | 300.59º | 0.5% | 0.4% | - |
| HSV(B) | 300.59º | 0.67% | 0.6% | - |
| XYZ | 19.99 | 11.41 | 30.85 | - |
| YUV | 93.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 152 | 0 | 0.67 | 0.01 | 0.4 | 300.59 | 0.5 | 0.4 |
| Hex | 99 | 33 | 98 | 0 | 43 | 1 | 28 | 12D | 32 | 28 |
| Octal | 231 | 63 | 230 | 0 | 103 | 1 | 50 | 455 | 62 | 50 |
| Binary | 10011001 | 110011 | 10011000 | 0 | 1000011 | 1 | 101000 | 100101101 | 110010 | 101000 |
Color Harmonies of #993398
Complementary color
Monochromatic Colors of #993398
Black with #993398
Text Example
Text Example
White with #993398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993398; }
p { color: rgb(153,51,152); }
H1.HeaderClassName
{
color: #993398;
}
.AnyTagClassName
{
color: #993398;
}
</style>
background-color css
<style>
a { background-color: #993398; }
a { background-color: rgb(153,51,152); }
div.DivClassName
{
background-color: #993398;
}
.BgClassName
{
background-color: #993398;
}
</style>
border-color css
<style>
span { border-color: #993398; }
span { border-color: rgb(153,51,152); }
td.TdClassName
{
border-color: #993398;
}
.TagClassName
{
border-color: #993398;
}
</style>