Shades of Vivid Violet #9A3095
Tints of Vivid Violet #9A3095
RGB
CMYK
RGB Variations
Color information
#9A3095 (or 0x9A3095) is known color: Vivid Violet. HEX triplet: 9A, 30 and 95. RGB value is (154,48,149). Sum of RGB (Red+Green+Blue) = 154+48+149=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3095 is #65CF6A. Grayscale: #5A5A5A. Windows color (decimal): -6672235 or 9777306. OLE color: 9777306.
HSL color Cylindrical-coordinate representation of color #9A3095: hue angle of 302.83º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3095 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 48 | 149 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.40 |
| HSL | 302.83º | 0.52% | 0.4% | - |
| HSV(B) | 302.83º | 0.69% | 0.6% | - |
| XYZ | 19.81 | 11.15 | 29.54 | - |
| YUV | 91.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 149 | 0 | 0.69 | 0.03 | 0.40 | 302.83 | 0.52 | 0.4 |
| Hex | 9A | 30 | 95 | 0 | 45 | 3 | 28 | 12F | 34 | 28 |
| Octal | 232 | 60 | 225 | 0 | 105 | 3 | 50 | 457 | 64 | 50 |
| Binary | 10011010 | 110000 | 10010101 | 0 | 1000101 | 11 | 101000 | 100101111 | 110100 | 101000 |
Color Harmonies of #9A3095
Complementary color
Monochromatic Colors of #9A3095
Black with #9A3095
Text Example
Text Example
White with #9A3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3095; }
p { color: rgb(154,48,149); }
H1.HeaderClassName
{
color: #9A3095;
}
.AnyTagClassName
{
color: #9A3095;
}
</style>
background-color css
<style>
a { background-color: #9A3095; }
a { background-color: rgb(154,48,149); }
div.DivClassName
{
background-color: #9A3095;
}
.BgClassName
{
background-color: #9A3095;
}
</style>
border-color css
<style>
span { border-color: #9A3095; }
span { border-color: rgb(154,48,149); }
td.TdClassName
{
border-color: #9A3095;
}
.TagClassName
{
border-color: #9A3095;
}
</style>