Shades of Vivid Violet #9D259D
Tints of Vivid Violet #9D259D
RGB
CMYK
RGB Variations
Color information
#9D259D (or 0x9D259D) is known color: Vivid Violet. HEX triplet: 9D, 25 and 9D. RGB value is (157,37,157). Sum of RGB (Red+Green+Blue) = 157+37+157=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D259D is #62DA62. Grayscale: #565656. Windows color (decimal): -6478435 or 10298781. OLE color: 10298781.
HSL color Cylindrical-coordinate representation of color #9D259D: hue angle of 300º 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 #9D259D is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 157 | - |
| CMYK | 0 | 0.76 | 0 | 0.38 |
| HSL | 300º | 0.62% | 0.38% | - |
| HSV(B) | 300º | 0.76% | 0.62% | - |
| XYZ | 20.65 | 10.93 | 32.92 | - |
| YUV | 86.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 157 | 0 | 0.76 | 0 | 0.38 | 300 | 0.62 | 0.38 |
| Hex | 9D | 25 | 9D | 0 | 4C | 0 | 26 | 12C | 3E | 26 |
| Octal | 235 | 45 | 235 | 0 | 114 | 0 | 46 | 454 | 76 | 46 |
| Binary | 10011101 | 100101 | 10011101 | 0 | 1001100 | 0 | 100110 | 100101100 | 111110 | 100110 |
Color Harmonies of #9D259D
Complementary color
Monochromatic Colors of #9D259D
Black with #9D259D
Text Example
Text Example
White with #9D259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D259D; }
p { color: rgb(157,37,157); }
H1.HeaderClassName
{
color: #9D259D;
}
.AnyTagClassName
{
color: #9D259D;
}
</style>
background-color css
<style>
a { background-color: #9D259D; }
a { background-color: rgb(157,37,157); }
div.DivClassName
{
background-color: #9D259D;
}
.BgClassName
{
background-color: #9D259D;
}
</style>
border-color css
<style>
span { border-color: #9D259D; }
span { border-color: rgb(157,37,157); }
td.TdClassName
{
border-color: #9D259D;
}
.TagClassName
{
border-color: #9D259D;
}
</style>