Shades of Vivid Violet #9439A9
Tints of Vivid Violet #9439A9
RGB
CMYK
RGB Variations
Color information
#9439A9 (or 0x9439A9) is known color: Vivid Violet. HEX triplet: 94, 39 and A9. RGB value is (148,57,169). Sum of RGB (Red+Green+Blue) = 148+57+169=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #9439A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9439A9 is #6BC656. Grayscale: #606060. Windows color (decimal): -7063127 or 11090324. OLE color: 11090324.
HSL color Cylindrical-coordinate representation of color #9439A9: hue angle of 288.75º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9439A9 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 57 | 169 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.34 |
| HSL | 288.75º | 0.5% | 0.44% | - |
| HSV(B) | 288.75º | 0.66% | 0.66% | - |
| XYZ | 20.84 | 12.09 | 38.77 | - |
| YUV | 96.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 169 | 0.12 | 0.66 | 0 | 0.34 | 288.75 | 0.5 | 0.44 |
| Hex | 94 | 39 | A9 | C | 42 | 0 | 22 | 121 | 32 | 2C |
| Octal | 224 | 71 | 251 | 14 | 102 | 0 | 42 | 441 | 62 | 54 |
| Binary | 10010100 | 111001 | 10101001 | 1100 | 1000010 | 0 | 100010 | 100100001 | 110010 | 101100 |
Color Harmonies of #9439A9
Complementary color
Monochromatic Colors of #9439A9
Black with #9439A9
Text Example
Text Example
White with #9439A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439A9; }
p { color: rgb(148,57,169); }
H1.HeaderClassName
{
color: #9439A9;
}
.AnyTagClassName
{
color: #9439A9;
}
</style>
background-color css
<style>
a { background-color: #9439A9; }
a { background-color: rgb(148,57,169); }
div.DivClassName
{
background-color: #9439A9;
}
.BgClassName
{
background-color: #9439A9;
}
</style>
border-color css
<style>
span { border-color: #9439A9; }
span { border-color: rgb(148,57,169); }
td.TdClassName
{
border-color: #9439A9;
}
.TagClassName
{
border-color: #9439A9;
}
</style>