Shades of Vivid Violet #99309C
Tints of Vivid Violet #99309C
RGB
CMYK
RGB Variations
Color information
#99309C (or 0x99309C) is known color: Vivid Violet. HEX triplet: 99, 30 and 9C. RGB value is (153,48,156). Sum of RGB (Red+Green+Blue) = 153+48+156=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #99309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99309C is #66CF63. Grayscale: #5B5B5B. Windows color (decimal): -6737764 or 10236057. OLE color: 10236057.
HSL color Cylindrical-coordinate representation of color #99309C: hue angle of 298.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99309C is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 48 | 156 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.39 |
| HSL | 298.33º | 0.53% | 0.4% | - |
| HSV(B) | 298.33º | 0.69% | 0.61% | - |
| XYZ | 20.19 | 11.29 | 32.57 | - |
| YUV | 91.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 156 | 0.02 | 0.69 | 0 | 0.39 | 298.33 | 0.53 | 0.4 |
| Hex | 99 | 30 | 9C | 2 | 45 | 0 | 27 | 12A | 35 | 28 |
| Octal | 231 | 60 | 234 | 2 | 105 | 0 | 47 | 452 | 65 | 50 |
| Binary | 10011001 | 110000 | 10011100 | 10 | 1000101 | 0 | 100111 | 100101010 | 110101 | 101000 |
Color Harmonies of #99309C
Complementary color
Monochromatic Colors of #99309C
Black with #99309C
Text Example
Text Example
White with #99309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99309C; }
p { color: rgb(153,48,156); }
H1.HeaderClassName
{
color: #99309C;
}
.AnyTagClassName
{
color: #99309C;
}
</style>
background-color css
<style>
a { background-color: #99309C; }
a { background-color: rgb(153,48,156); }
div.DivClassName
{
background-color: #99309C;
}
.BgClassName
{
background-color: #99309C;
}
</style>
border-color css
<style>
span { border-color: #99309C; }
span { border-color: rgb(153,48,156); }
td.TdClassName
{
border-color: #99309C;
}
.TagClassName
{
border-color: #99309C;
}
</style>