Shades of Blue Violet #9D4BEC
Tints of Blue Violet #9D4BEC
RGB
CMYK
RGB Variations
Color information
#9D4BEC (or 0x9D4BEC) is known color: Blue Violet. HEX triplet: 9D, 4B and EC. RGB value is (157,75,236). Sum of RGB (Red+Green+Blue) = 157+75+236=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4BEC is #62B413. Grayscale: #757575. Windows color (decimal): -6468628 or 15485853. OLE color: 15485853.
HSL color Cylindrical-coordinate representation of color #9D4BEC: hue angle of 270.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D4BEC is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 75 | 236 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.07 |
| HSL | 270.56º | 0.81% | 0.61% | - |
| HSV(B) | 270.56º | 0.68% | 0.93% | - |
| XYZ | 31.56 | 18.26 | 81.22 | - |
| YUV | 117.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 236 | 0.33 | 0.68 | 0 | 0.07 | 270.56 | 0.81 | 0.61 |
| Hex | 9D | 4B | EC | 21 | 44 | 0 | 7 | 10F | 51 | 3D |
| Octal | 235 | 113 | 354 | 41 | 104 | 0 | 7 | 417 | 121 | 75 |
| Binary | 10011101 | 1001011 | 11101100 | 100001 | 1000100 | 0 | 111 | 100001111 | 1010001 | 111101 |
Color Harmonies of #9D4BEC
Complementary color
Monochromatic Colors of #9D4BEC
Black with #9D4BEC
Text Example
Text Example
White with #9D4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4BEC; }
p { color: rgb(157,75,236); }
H1.HeaderClassName
{
color: #9D4BEC;
}
.AnyTagClassName
{
color: #9D4BEC;
}
</style>
background-color css
<style>
a { background-color: #9D4BEC; }
a { background-color: rgb(157,75,236); }
div.DivClassName
{
background-color: #9D4BEC;
}
.BgClassName
{
background-color: #9D4BEC;
}
</style>
border-color css
<style>
span { border-color: #9D4BEC; }
span { border-color: rgb(157,75,236); }
td.TdClassName
{
border-color: #9D4BEC;
}
.TagClassName
{
border-color: #9D4BEC;
}
</style>