Shades of Vivid Violet #9A3D9E
Tints of Vivid Violet #9A3D9E
RGB
CMYK
RGB Variations
Color information
#9A3D9E (or 0x9A3D9E) is known color: Vivid Violet. HEX triplet: 9A, 3D and 9E. RGB value is (154,61,158). Sum of RGB (Red+Green+Blue) = 154+61+158=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A3D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3D9E is #65C261. Grayscale: #636363. Windows color (decimal): -6668898 or 10370458. OLE color: 10370458.
HSL color Cylindrical-coordinate representation of color #9A3D9E: hue angle of 297.53º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A3D9E is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 61 | 158 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.38 |
| HSL | 297.53º | 0.44% | 0.43% | - |
| HSV(B) | 297.53º | 0.61% | 0.62% | - |
| XYZ | 21.17 | 12.68 | 33.68 | - |
| YUV | 99.87 | 160.81 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 158 | 0.03 | 0.61 | 0 | 0.38 | 297.53 | 0.44 | 0.43 |
| Hex | 9A | 3D | 9E | 3 | 3D | 0 | 26 | 12A | 2C | 2B |
| Octal | 232 | 75 | 236 | 3 | 75 | 0 | 46 | 452 | 54 | 53 |
| Binary | 10011010 | 111101 | 10011110 | 11 | 111101 | 0 | 100110 | 100101010 | 101100 | 101011 |
Color Harmonies of #9A3D9E
Complementary color
Monochromatic Colors of #9A3D9E
Black with #9A3D9E
Text Example
Text Example
White with #9A3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3D9E; }
p { color: rgb(154,61,158); }
H1.HeaderClassName
{
color: #9A3D9E;
}
.AnyTagClassName
{
color: #9A3D9E;
}
</style>
background-color css
<style>
a { background-color: #9A3D9E; }
a { background-color: rgb(154,61,158); }
div.DivClassName
{
background-color: #9A3D9E;
}
.BgClassName
{
background-color: #9A3D9E;
}
</style>
border-color css
<style>
span { border-color: #9A3D9E; }
span { border-color: rgb(154,61,158); }
td.TdClassName
{
border-color: #9A3D9E;
}
.TagClassName
{
border-color: #9A3D9E;
}
</style>