Shades of Vivid Violet #9A259C
Tints of Vivid Violet #9A259C
RGB
CMYK
RGB Variations
Color information
#9A259C (or 0x9A259C) is known color: Vivid Violet. HEX triplet: 9A, 25 and 9C. RGB value is (154,37,156). Sum of RGB (Red+Green+Blue) = 154+37+156=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A259C is #65DA63. Grayscale: #555555. Windows color (decimal): -6675044 or 10233242. OLE color: 10233242.
HSL color Cylindrical-coordinate representation of color #9A259C: hue angle of 298.99º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A259C is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 37 | 156 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.39 |
| HSL | 298.99º | 0.62% | 0.38% | - |
| HSV(B) | 298.99º | 0.76% | 0.61% | - |
| XYZ | 19.99 | 10.59 | 32.44 | - |
| YUV | 85.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 156 | 0.01 | 0.76 | 0 | 0.39 | 298.99 | 0.62 | 0.38 |
| Hex | 9A | 25 | 9C | 1 | 4C | 0 | 27 | 12B | 3E | 26 |
| Octal | 232 | 45 | 234 | 1 | 114 | 0 | 47 | 453 | 76 | 46 |
| Binary | 10011010 | 100101 | 10011100 | 1 | 1001100 | 0 | 100111 | 100101011 | 111110 | 100110 |
Color Harmonies of #9A259C
Complementary color
Monochromatic Colors of #9A259C
Black with #9A259C
Text Example
Text Example
White with #9A259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A259C; }
p { color: rgb(154,37,156); }
H1.HeaderClassName
{
color: #9A259C;
}
.AnyTagClassName
{
color: #9A259C;
}
</style>
background-color css
<style>
a { background-color: #9A259C; }
a { background-color: rgb(154,37,156); }
div.DivClassName
{
background-color: #9A259C;
}
.BgClassName
{
background-color: #9A259C;
}
</style>
border-color css
<style>
span { border-color: #9A259C; }
span { border-color: rgb(154,37,156); }
td.TdClassName
{
border-color: #9A259C;
}
.TagClassName
{
border-color: #9A259C;
}
</style>