Shades of Vivid Violet #9A358F
Tints of Vivid Violet #9A358F
RGB
CMYK
RGB Variations
Color information
#9A358F (or 0x9A358F) is known color: Vivid Violet. HEX triplet: 9A, 35 and 8F. RGB value is (154,53,143). Sum of RGB (Red+Green+Blue) = 154+53+143=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A358F is #65CA70. Grayscale: #5D5D5D. Windows color (decimal): -6670961 or 9385370. OLE color: 9385370.
HSL color Cylindrical-coordinate representation of color #9A358F: hue angle of 306.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A358F is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 53 | 143 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.40 |
| HSL | 306.53º | 0.49% | 0.41% | - |
| HSV(B) | 306.53º | 0.66% | 0.6% | - |
| XYZ | 19.56 | 11.4 | 27.16 | - |
| YUV | 93.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 53 | 143 | 0 | 0.66 | 0.07 | 0.40 | 306.53 | 0.49 | 0.41 |
| Hex | 9A | 35 | 8F | 0 | 42 | 7 | 28 | 133 | 31 | 29 |
| Octal | 232 | 65 | 217 | 0 | 102 | 7 | 50 | 463 | 61 | 51 |
| Binary | 10011010 | 110101 | 10001111 | 0 | 1000010 | 111 | 101000 | 100110011 | 110001 | 101001 |
Color Harmonies of #9A358F
Complementary color
Monochromatic Colors of #9A358F
Black with #9A358F
Text Example
Text Example
White with #9A358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A358F; }
p { color: rgb(154,53,143); }
H1.HeaderClassName
{
color: #9A358F;
}
.AnyTagClassName
{
color: #9A358F;
}
</style>
background-color css
<style>
a { background-color: #9A358F; }
a { background-color: rgb(154,53,143); }
div.DivClassName
{
background-color: #9A358F;
}
.BgClassName
{
background-color: #9A358F;
}
</style>
border-color css
<style>
span { border-color: #9A358F; }
span { border-color: rgb(154,53,143); }
td.TdClassName
{
border-color: #9A358F;
}
.TagClassName
{
border-color: #9A358F;
}
</style>