Shades of Blue Violet #9D3DEF
Tints of Blue Violet #9D3DEF
RGB
CMYK
RGB Variations
Color information
#9D3DEF (or 0x9D3DEF) is known color: Blue Violet. HEX triplet: 9D, 3D and EF. RGB value is (157,61,239). Sum of RGB (Red+Green+Blue) = 157+61+239=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D3DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D3DEF is #62C210. Grayscale: #6D6D6D. Windows color (decimal): -6472209 or 15678877. OLE color: 15678877.
HSL color Cylindrical-coordinate representation of color #9D3DEF: hue angle of 272.36º 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 #9D3DEF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 61 | 239 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.06 |
| HSL | 272.36º | 0.85% | 0.59% | - |
| HSV(B) | 272.36º | 0.74% | 0.94% | - |
| XYZ | 31.15 | 16.74 | 83.25 | - |
| YUV | 110 | 200.8 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 239 | 0.34 | 0.74 | 0 | 0.06 | 272.36 | 0.85 | 0.59 |
| Hex | 9D | 3D | EF | 22 | 4A | 0 | 6 | 110 | 55 | 3B |
| Octal | 235 | 75 | 357 | 42 | 112 | 0 | 6 | 420 | 125 | 73 |
| Binary | 10011101 | 111101 | 11101111 | 100010 | 1001010 | 0 | 110 | 100010000 | 1010101 | 111011 |
Color Harmonies of #9D3DEF
Complementary color
Monochromatic Colors of #9D3DEF
Black with #9D3DEF
Text Example
Text Example
White with #9D3DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DEF; }
p { color: rgb(157,61,239); }
H1.HeaderClassName
{
color: #9D3DEF;
}
.AnyTagClassName
{
color: #9D3DEF;
}
</style>
background-color css
<style>
a { background-color: #9D3DEF; }
a { background-color: rgb(157,61,239); }
div.DivClassName
{
background-color: #9D3DEF;
}
.BgClassName
{
background-color: #9D3DEF;
}
</style>
border-color css
<style>
span { border-color: #9D3DEF; }
span { border-color: rgb(157,61,239); }
td.TdClassName
{
border-color: #9D3DEF;
}
.TagClassName
{
border-color: #9D3DEF;
}
</style>