Shades of Vivid Violet #9D259B
Tints of Vivid Violet #9D259B
RGB
CMYK
RGB Variations
Color information
#9D259B (or 0x9D259B) is known color: Vivid Violet. HEX triplet: 9D, 25 and 9B. RGB value is (157,37,155). Sum of RGB (Red+Green+Blue) = 157+37+155=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D259B is #62DA64. Grayscale: #555555. Windows color (decimal): -6478437 or 10167709. OLE color: 10167709.
HSL color Cylindrical-coordinate representation of color #9D259B: hue angle of 301º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D259B is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 155 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.38 |
| HSL | 301º | 0.62% | 0.38% | - |
| HSV(B) | 301º | 0.76% | 0.62% | - |
| XYZ | 20.48 | 10.86 | 32.03 | - |
| YUV | 86.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 155 | 0 | 0.76 | 0.01 | 0.38 | 301 | 0.62 | 0.38 |
| Hex | 9D | 25 | 9B | 0 | 4C | 1 | 26 | 12D | 3E | 26 |
| Octal | 235 | 45 | 233 | 0 | 114 | 1 | 46 | 455 | 76 | 46 |
| Binary | 10011101 | 100101 | 10011011 | 0 | 1001100 | 1 | 100110 | 100101101 | 111110 | 100110 |
Color Harmonies of #9D259B
Complementary color
Monochromatic Colors of #9D259B
Black with #9D259B
Text Example
Text Example
White with #9D259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D259B; }
p { color: rgb(157,37,155); }
H1.HeaderClassName
{
color: #9D259B;
}
.AnyTagClassName
{
color: #9D259B;
}
</style>
background-color css
<style>
a { background-color: #9D259B; }
a { background-color: rgb(157,37,155); }
div.DivClassName
{
background-color: #9D259B;
}
.BgClassName
{
background-color: #9D259B;
}
</style>
border-color css
<style>
span { border-color: #9D259B; }
span { border-color: rgb(157,37,155); }
td.TdClassName
{
border-color: #9D259B;
}
.TagClassName
{
border-color: #9D259B;
}
</style>