Shades of Vivid Violet #9A398F
Tints of Vivid Violet #9A398F
RGB
CMYK
RGB Variations
Color information
#9A398F (or 0x9A398F) is known color: Vivid Violet. HEX triplet: 9A, 39 and 8F. RGB value is (154,57,143). Sum of RGB (Red+Green+Blue) = 154+57+143=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A398F is #65C670. Grayscale: #5F5F5F. Windows color (decimal): -6669937 or 9386394. OLE color: 9386394.
HSL color Cylindrical-coordinate representation of color #9A398F: hue angle of 306.8º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A398F is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 143 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.40 |
| HSL | 306.8º | 0.46% | 0.41% | - |
| HSV(B) | 306.8º | 0.63% | 0.6% | - |
| XYZ | 19.75 | 11.78 | 27.22 | - |
| YUV | 95.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 143 | 0 | 0.63 | 0.07 | 0.40 | 306.8 | 0.46 | 0.41 |
| Hex | 9A | 39 | 8F | 0 | 3F | 7 | 28 | 133 | 2E | 29 |
| Octal | 232 | 71 | 217 | 0 | 77 | 7 | 50 | 463 | 56 | 51 |
| Binary | 10011010 | 111001 | 10001111 | 0 | 111111 | 111 | 101000 | 100110011 | 101110 | 101001 |
Color Harmonies of #9A398F
Complementary color
Monochromatic Colors of #9A398F
Black with #9A398F
Text Example
Text Example
White with #9A398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A398F; }
p { color: rgb(154,57,143); }
H1.HeaderClassName
{
color: #9A398F;
}
.AnyTagClassName
{
color: #9A398F;
}
</style>
background-color css
<style>
a { background-color: #9A398F; }
a { background-color: rgb(154,57,143); }
div.DivClassName
{
background-color: #9A398F;
}
.BgClassName
{
background-color: #9A398F;
}
</style>
border-color css
<style>
span { border-color: #9A398F; }
span { border-color: rgb(154,57,143); }
td.TdClassName
{
border-color: #9A398F;
}
.TagClassName
{
border-color: #9A398F;
}
</style>