Shades of Vivid Violet #9A348F
Tints of Vivid Violet #9A348F
RGB
CMYK
RGB Variations
Color information
#9A348F (or 0x9A348F) is known color: Vivid Violet. HEX triplet: 9A, 34 and 8F. RGB value is (154,52,143). Sum of RGB (Red+Green+Blue) = 154+52+143=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A348F is #65CB70. Grayscale: #5C5C5C. Windows color (decimal): -6671217 or 9385114. OLE color: 9385114.
HSL color Cylindrical-coordinate representation of color #9A348F: hue angle of 306.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A348F is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 52 | 143 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.40 |
| HSL | 306.47º | 0.5% | 0.4% | - |
| HSV(B) | 306.47º | 0.66% | 0.6% | - |
| XYZ | 19.51 | 11.31 | 27.14 | - |
| YUV | 92.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 52 | 143 | 0 | 0.66 | 0.07 | 0.40 | 306.47 | 0.5 | 0.4 |
| Hex | 9A | 34 | 8F | 0 | 42 | 7 | 28 | 132 | 32 | 28 |
| Octal | 232 | 64 | 217 | 0 | 102 | 7 | 50 | 462 | 62 | 50 |
| Binary | 10011010 | 110100 | 10001111 | 0 | 1000010 | 111 | 101000 | 100110010 | 110010 | 101000 |
Color Harmonies of #9A348F
Complementary color
Monochromatic Colors of #9A348F
Black with #9A348F
Text Example
Text Example
White with #9A348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A348F; }
p { color: rgb(154,52,143); }
H1.HeaderClassName
{
color: #9A348F;
}
.AnyTagClassName
{
color: #9A348F;
}
</style>
background-color css
<style>
a { background-color: #9A348F; }
a { background-color: rgb(154,52,143); }
div.DivClassName
{
background-color: #9A348F;
}
.BgClassName
{
background-color: #9A348F;
}
</style>
border-color css
<style>
span { border-color: #9A348F; }
span { border-color: rgb(154,52,143); }
td.TdClassName
{
border-color: #9A348F;
}
.TagClassName
{
border-color: #9A348F;
}
</style>