Shades of Vivid Violet #99389A
Tints of Vivid Violet #99389A
RGB
CMYK
RGB Variations
Color information
#99389A (or 0x99389A) is known color: Vivid Violet. HEX triplet: 99, 38 and 9A. RGB value is (153,56,154). Sum of RGB (Red+Green+Blue) = 153+56+154=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #99389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99389A is #66C765. Grayscale: #5F5F5F. Windows color (decimal): -6735718 or 10107033. OLE color: 10107033.
HSL color Cylindrical-coordinate representation of color #99389A: hue angle of 299.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99389A is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 56 | 154 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.40 |
| HSL | 299.39º | 0.47% | 0.41% | - |
| HSV(B) | 299.39º | 0.64% | 0.6% | - |
| XYZ | 20.38 | 11.93 | 31.8 | - |
| YUV | 96.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 154 | 0.01 | 0.64 | 0 | 0.40 | 299.39 | 0.47 | 0.41 |
| Hex | 99 | 38 | 9A | 1 | 40 | 0 | 28 | 12B | 2F | 29 |
| Octal | 231 | 70 | 232 | 1 | 100 | 0 | 50 | 453 | 57 | 51 |
| Binary | 10011001 | 111000 | 10011010 | 1 | 1000000 | 0 | 101000 | 100101011 | 101111 | 101001 |
Color Harmonies of #99389A
Complementary color
Monochromatic Colors of #99389A
Black with #99389A
Text Example
Text Example
White with #99389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99389A; }
p { color: rgb(153,56,154); }
H1.HeaderClassName
{
color: #99389A;
}
.AnyTagClassName
{
color: #99389A;
}
</style>
background-color css
<style>
a { background-color: #99389A; }
a { background-color: rgb(153,56,154); }
div.DivClassName
{
background-color: #99389A;
}
.BgClassName
{
background-color: #99389A;
}
</style>
border-color css
<style>
span { border-color: #99389A; }
span { border-color: rgb(153,56,154); }
td.TdClassName
{
border-color: #99389A;
}
.TagClassName
{
border-color: #99389A;
}
</style>