Shades of Vivid Violet #99389C
Tints of Vivid Violet #99389C
RGB
CMYK
RGB Variations
Color information
#99389C (or 0x99389C) is known color: Vivid Violet. HEX triplet: 99, 38 and 9C. RGB value is (153,56,156). Sum of RGB (Red+Green+Blue) = 153+56+156=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #99389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99389C is #66C763. Grayscale: #606060. Windows color (decimal): -6735716 or 10238105. OLE color: 10238105.
HSL color Cylindrical-coordinate representation of color #99389C: hue angle of 298.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99389C is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 56 | 156 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.39 |
| HSL | 298.2º | 0.47% | 0.42% | - |
| HSV(B) | 298.2º | 0.64% | 0.61% | - |
| XYZ | 20.55 | 12 | 32.69 | - |
| YUV | 96.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 156 | 0.02 | 0.64 | 0 | 0.39 | 298.2 | 0.47 | 0.42 |
| Hex | 99 | 38 | 9C | 2 | 40 | 0 | 27 | 12A | 2F | 2A |
| Octal | 231 | 70 | 234 | 2 | 100 | 0 | 47 | 452 | 57 | 52 |
| Binary | 10011001 | 111000 | 10011100 | 10 | 1000000 | 0 | 100111 | 100101010 | 101111 | 101010 |
Color Harmonies of #99389C
Complementary color
Monochromatic Colors of #99389C
Black with #99389C
Text Example
Text Example
White with #99389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99389C; }
p { color: rgb(153,56,156); }
H1.HeaderClassName
{
color: #99389C;
}
.AnyTagClassName
{
color: #99389C;
}
</style>
background-color css
<style>
a { background-color: #99389C; }
a { background-color: rgb(153,56,156); }
div.DivClassName
{
background-color: #99389C;
}
.BgClassName
{
background-color: #99389C;
}
</style>
border-color css
<style>
span { border-color: #99389C; }
span { border-color: rgb(153,56,156); }
td.TdClassName
{
border-color: #99389C;
}
.TagClassName
{
border-color: #99389C;
}
</style>