Shades of Vivid Violet #9F309A
Tints of Vivid Violet #9F309A
RGB
CMYK
RGB Variations
Color information
#9F309A (or 0x9F309A) is known color: Vivid Violet. HEX triplet: 9F, 30 and 9A. RGB value is (159,48,154). Sum of RGB (Red+Green+Blue) = 159+48+154=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F309A is #60CF65. Grayscale: #5C5C5C. Windows color (decimal): -6344550 or 10104991. OLE color: 10104991.
HSL color Cylindrical-coordinate representation of color #9F309A: hue angle of 302.7º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F309A is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 154 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.38 |
| HSL | 302.7º | 0.54% | 0.41% | - |
| HSV(B) | 302.7º | 0.7% | 0.62% | - |
| XYZ | 21.19 | 11.82 | 31.74 | - |
| YUV | 93.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 154 | 0 | 0.70 | 0.03 | 0.38 | 302.7 | 0.54 | 0.41 |
| Hex | 9F | 30 | 9A | 0 | 46 | 3 | 26 | 12F | 36 | 29 |
| Octal | 237 | 60 | 232 | 0 | 106 | 3 | 46 | 457 | 66 | 51 |
| Binary | 10011111 | 110000 | 10011010 | 0 | 1000110 | 11 | 100110 | 100101111 | 110110 | 101001 |
Color Harmonies of #9F309A
Complementary color
Monochromatic Colors of #9F309A
Black with #9F309A
Text Example
Text Example
White with #9F309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F309A; }
p { color: rgb(159,48,154); }
H1.HeaderClassName
{
color: #9F309A;
}
.AnyTagClassName
{
color: #9F309A;
}
</style>
background-color css
<style>
a { background-color: #9F309A; }
a { background-color: rgb(159,48,154); }
div.DivClassName
{
background-color: #9F309A;
}
.BgClassName
{
background-color: #9F309A;
}
</style>
border-color css
<style>
span { border-color: #9F309A; }
span { border-color: rgb(159,48,154); }
td.TdClassName
{
border-color: #9F309A;
}
.TagClassName
{
border-color: #9F309A;
}
</style>