Shades of Blue Violet #9D2CF9
Tints of Blue Violet #9D2CF9
RGB
CMYK
RGB Variations
Color information
#9D2CF9 (or 0x9D2CF9) is known color: Blue Violet. HEX triplet: 9D, 2C and F9. RGB value is (157,44,249). Sum of RGB (Red+Green+Blue) = 157+44+249=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D2CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2CF9 is #62D306. Grayscale: #646464. Windows color (decimal): -6476551 or 16329885. OLE color: 16329885.
HSL color Cylindrical-coordinate representation of color #9D2CF9: hue angle of 273.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D2CF9 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 44 | 249 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.02 |
| HSL | 273.07º | 0.94% | 0.57% | - |
| HSV(B) | 273.07º | 0.82% | 0.98% | - |
| XYZ | 31.9 | 15.81 | 90.99 | - |
| YUV | 101.16 | 211.44 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 249 | 0.37 | 0.82 | 0 | 0.02 | 273.07 | 0.94 | 0.57 |
| Hex | 9D | 2C | F9 | 25 | 52 | 0 | 2 | 111 | 5E | 39 |
| Octal | 235 | 54 | 371 | 45 | 122 | 0 | 2 | 421 | 136 | 71 |
| Binary | 10011101 | 101100 | 11111001 | 100101 | 1010010 | 0 | 10 | 100010001 | 1011110 | 111001 |
Color Harmonies of #9D2CF9
Complementary color
Monochromatic Colors of #9D2CF9
Black with #9D2CF9
Text Example
Text Example
White with #9D2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2CF9; }
p { color: rgb(157,44,249); }
H1.HeaderClassName
{
color: #9D2CF9;
}
.AnyTagClassName
{
color: #9D2CF9;
}
</style>
background-color css
<style>
a { background-color: #9D2CF9; }
a { background-color: rgb(157,44,249); }
div.DivClassName
{
background-color: #9D2CF9;
}
.BgClassName
{
background-color: #9D2CF9;
}
</style>
border-color css
<style>
span { border-color: #9D2CF9; }
span { border-color: rgb(157,44,249); }
td.TdClassName
{
border-color: #9D2CF9;
}
.TagClassName
{
border-color: #9D2CF9;
}
</style>