Shades of Vivid Violet #9D2EA7
Tints of Vivid Violet #9D2EA7
RGB
CMYK
RGB Variations
Color information
#9D2EA7 (or 0x9D2EA7) is known color: Vivid Violet. HEX triplet: 9D, 2E and A7. RGB value is (157,46,167). Sum of RGB (Red+Green+Blue) = 157+46+167=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #9D2EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2EA7 is #62D158. Grayscale: #5C5C5C. Windows color (decimal): -6476121 or 10956445. OLE color: 10956445.
HSL color Cylindrical-coordinate representation of color #9D2EA7: hue angle of 295.04º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2EA7 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 46 | 167 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.35 |
| HSL | 295.04º | 0.57% | 0.42% | - |
| HSV(B) | 295.04º | 0.72% | 0.65% | - |
| XYZ | 21.86 | 11.91 | 37.71 | - |
| YUV | 92.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 46 | 167 | 0.06 | 0.72 | 0 | 0.35 | 295.04 | 0.57 | 0.42 |
| Hex | 9D | 2E | A7 | 6 | 48 | 0 | 23 | 127 | 39 | 2A |
| Octal | 235 | 56 | 247 | 6 | 110 | 0 | 43 | 447 | 71 | 52 |
| Binary | 10011101 | 101110 | 10100111 | 110 | 1001000 | 0 | 100011 | 100100111 | 111001 | 101010 |
Color Harmonies of #9D2EA7
Complementary color
Monochromatic Colors of #9D2EA7
Black with #9D2EA7
Text Example
Text Example
White with #9D2EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2EA7; }
p { color: rgb(157,46,167); }
H1.HeaderClassName
{
color: #9D2EA7;
}
.AnyTagClassName
{
color: #9D2EA7;
}
</style>
background-color css
<style>
a { background-color: #9D2EA7; }
a { background-color: rgb(157,46,167); }
div.DivClassName
{
background-color: #9D2EA7;
}
.BgClassName
{
background-color: #9D2EA7;
}
</style>
border-color css
<style>
span { border-color: #9D2EA7; }
span { border-color: rgb(157,46,167); }
td.TdClassName
{
border-color: #9D2EA7;
}
.TagClassName
{
border-color: #9D2EA7;
}
</style>