Shades of Vivid Violet #9D259E
Tints of Vivid Violet #9D259E
RGB
CMYK
RGB Variations
Color information
#9D259E (or 0x9D259E) is known color: Vivid Violet. HEX triplet: 9D, 25 and 9E. RGB value is (157,37,158). Sum of RGB (Red+Green+Blue) = 157+37+158=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D259E is #62DA61. Grayscale: #565656. Windows color (decimal): -6478434 or 10364317. OLE color: 10364317.
HSL color Cylindrical-coordinate representation of color #9D259E: hue angle of 299.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D259E is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 158 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.38 |
| HSL | 299.5º | 0.62% | 0.38% | - |
| HSV(B) | 299.5º | 0.77% | 0.62% | - |
| XYZ | 20.74 | 10.96 | 33.37 | - |
| YUV | 86.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 158 | 0.01 | 0.77 | 0 | 0.38 | 299.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 9E | 1 | 4D | 0 | 26 | 12C | 3E | 26 |
| Octal | 235 | 45 | 236 | 1 | 115 | 0 | 46 | 454 | 76 | 46 |
| Binary | 10011101 | 100101 | 10011110 | 1 | 1001101 | 0 | 100110 | 100101100 | 111110 | 100110 |
Color Harmonies of #9D259E
Complementary color
Monochromatic Colors of #9D259E
Black with #9D259E
Text Example
Text Example
White with #9D259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D259E; }
p { color: rgb(157,37,158); }
H1.HeaderClassName
{
color: #9D259E;
}
.AnyTagClassName
{
color: #9D259E;
}
</style>
background-color css
<style>
a { background-color: #9D259E; }
a { background-color: rgb(157,37,158); }
div.DivClassName
{
background-color: #9D259E;
}
.BgClassName
{
background-color: #9D259E;
}
</style>
border-color css
<style>
span { border-color: #9D259E; }
span { border-color: rgb(157,37,158); }
td.TdClassName
{
border-color: #9D259E;
}
.TagClassName
{
border-color: #9D259E;
}
</style>