Shades of Blue Violet #9D43FF
Tints of Blue Violet #9D43FF
RGB
CMYK
RGB Variations
Color information
#9D43FF (or 0x9D43FF) is known color: Blue Violet. HEX triplet: 9D, 43 and FF. RGB value is (157,67,255). Sum of RGB (Red+Green+Blue) = 157+67+255=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D43FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D43FF is #62BC00. Grayscale: #727272. Windows color (decimal): -6470657 or 16728989. OLE color: 16728989.
HSL color Cylindrical-coordinate representation of color #9D43FF: hue angle of 268.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D43FF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 67 | 255 | - |
| CMYK | 0.38 | 0.74 | 0 | 0 |
| HSL | 268.72º | 1% | 0.63% | - |
| HSV(B) | 268.72º | 0.74% | 1% | - |
| XYZ | 33.96 | 18.4 | 96.37 | - |
| YUV | 115.34 | 206.82 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 255 | 0.38 | 0.74 | 0 | 0 | 268.72 | 1 | 0.63 |
| Hex | 9D | 43 | FF | 26 | 4A | 0 | 0 | 10D | 64 | 3F |
| Octal | 235 | 103 | 377 | 46 | 112 | 0 | 0 | 415 | 144 | 77 |
| Binary | 10011101 | 1000011 | 11111111 | 100110 | 1001010 | 0 | 0 | 100001101 | 1100100 | 111111 |
Color Harmonies of #9D43FF
Complementary color
Monochromatic Colors of #9D43FF
Black with #9D43FF
Text Example
Text Example
White with #9D43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D43FF; }
p { color: rgb(157,67,255); }
H1.HeaderClassName
{
color: #9D43FF;
}
.AnyTagClassName
{
color: #9D43FF;
}
</style>
background-color css
<style>
a { background-color: #9D43FF; }
a { background-color: rgb(157,67,255); }
div.DivClassName
{
background-color: #9D43FF;
}
.BgClassName
{
background-color: #9D43FF;
}
</style>
border-color css
<style>
span { border-color: #9D43FF; }
span { border-color: rgb(157,67,255); }
td.TdClassName
{
border-color: #9D43FF;
}
.TagClassName
{
border-color: #9D43FF;
}
</style>