Shades of Blue Violet #9D3FEF
Tints of Blue Violet #9D3FEF
RGB
CMYK
RGB Variations
Color information
#9D3FEF (or 0x9D3FEF) is known color: Blue Violet. HEX triplet: 9D, 3F and EF. RGB value is (157,63,239). Sum of RGB (Red+Green+Blue) = 157+63+239=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3FEF is #62C010. Grayscale: #6E6E6E. Windows color (decimal): -6471697 or 15679389. OLE color: 15679389.
HSL color Cylindrical-coordinate representation of color #9D3FEF: hue angle of 272.05º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D3FEF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 63 | 239 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.06 |
| HSL | 272.05º | 0.85% | 0.59% | - |
| HSV(B) | 272.05º | 0.74% | 0.94% | - |
| XYZ | 31.26 | 16.96 | 83.29 | - |
| YUV | 111.17 | 200.14 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 239 | 0.34 | 0.74 | 0 | 0.06 | 272.05 | 0.85 | 0.59 |
| Hex | 9D | 3F | EF | 22 | 4A | 0 | 6 | 110 | 55 | 3B |
| Octal | 235 | 77 | 357 | 42 | 112 | 0 | 6 | 420 | 125 | 73 |
| Binary | 10011101 | 111111 | 11101111 | 100010 | 1001010 | 0 | 110 | 100010000 | 1010101 | 111011 |
Color Harmonies of #9D3FEF
Complementary color
Monochromatic Colors of #9D3FEF
Black with #9D3FEF
Text Example
Text Example
White with #9D3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3FEF; }
p { color: rgb(157,63,239); }
H1.HeaderClassName
{
color: #9D3FEF;
}
.AnyTagClassName
{
color: #9D3FEF;
}
</style>
background-color css
<style>
a { background-color: #9D3FEF; }
a { background-color: rgb(157,63,239); }
div.DivClassName
{
background-color: #9D3FEF;
}
.BgClassName
{
background-color: #9D3FEF;
}
</style>
border-color css
<style>
span { border-color: #9D3FEF; }
span { border-color: rgb(157,63,239); }
td.TdClassName
{
border-color: #9D3FEF;
}
.TagClassName
{
border-color: #9D3FEF;
}
</style>