Shades of Blue Violet #9D20DF
Tints of Blue Violet #9D20DF
RGB
CMYK
RGB Variations
Color information
#9D20DF (or 0x9D20DF) is known color: Blue Violet. HEX triplet: 9D, 20 and DF. RGB value is (157,32,223). Sum of RGB (Red+Green+Blue) = 157+32+223=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D20DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D20DF is #62DF20. Grayscale: #5A5A5A. Windows color (decimal): -6479649 or 14622877. OLE color: 14622877.
HSL color Cylindrical-coordinate representation of color #9D20DF: hue angle of 279.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D20DF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 32 | 223 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.13 |
| HSL | 279.27º | 0.75% | 0.5% | - |
| HSV(B) | 279.27º | 0.86% | 0.87% | - |
| XYZ | 27.74 | 13.53 | 70.96 | - |
| YUV | 91.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 223 | 0.30 | 0.86 | 0 | 0.13 | 279.27 | 0.75 | 0.5 |
| Hex | 9D | 20 | DF | 1E | 56 | 0 | D | 117 | 4B | 32 |
| Octal | 235 | 40 | 337 | 36 | 126 | 0 | 15 | 427 | 113 | 62 |
| Binary | 10011101 | 100000 | 11011111 | 11110 | 1010110 | 0 | 1101 | 100010111 | 1001011 | 110010 |
Color Harmonies of #9D20DF
Complementary color
Monochromatic Colors of #9D20DF
Black with #9D20DF
Text Example
Text Example
White with #9D20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D20DF; }
p { color: rgb(157,32,223); }
H1.HeaderClassName
{
color: #9D20DF;
}
.AnyTagClassName
{
color: #9D20DF;
}
</style>
background-color css
<style>
a { background-color: #9D20DF; }
a { background-color: rgb(157,32,223); }
div.DivClassName
{
background-color: #9D20DF;
}
.BgClassName
{
background-color: #9D20DF;
}
</style>
border-color css
<style>
span { border-color: #9D20DF; }
span { border-color: rgb(157,32,223); }
td.TdClassName
{
border-color: #9D20DF;
}
.TagClassName
{
border-color: #9D20DF;
}
</style>