Shades of Blue Violet #9D38FF
Tints of Blue Violet #9D38FF
RGB
CMYK
RGB Variations
Color information
#9D38FF (or 0x9D38FF) is known color: Blue Violet. HEX triplet: 9D, 38 and FF. RGB value is (157,56,255). Sum of RGB (Red+Green+Blue) = 157+56+255=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D38FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D38FF is #62C700. Grayscale: #6C6C6C. Windows color (decimal): -6473473 or 16726173. OLE color: 16726173.
HSL color Cylindrical-coordinate representation of color #9D38FF: hue angle of 270.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D38FF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 56 | 255 | - |
| CMYK | 0.38 | 0.78 | 0 | 0 |
| HSL | 270.45º | 1% | 0.61% | - |
| HSV(B) | 270.45º | 0.78% | 1% | - |
| XYZ | 33.37 | 17.22 | 96.17 | - |
| YUV | 108.89 | 210.46 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 255 | 0.38 | 0.78 | 0 | 0 | 270.45 | 1 | 0.61 |
| Hex | 9D | 38 | FF | 26 | 4E | 0 | 0 | 10E | 64 | 3D |
| Octal | 235 | 70 | 377 | 46 | 116 | 0 | 0 | 416 | 144 | 75 |
| Binary | 10011101 | 111000 | 11111111 | 100110 | 1001110 | 0 | 0 | 100001110 | 1100100 | 111101 |
Color Harmonies of #9D38FF
Complementary color
Monochromatic Colors of #9D38FF
Black with #9D38FF
Text Example
Text Example
White with #9D38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D38FF; }
p { color: rgb(157,56,255); }
H1.HeaderClassName
{
color: #9D38FF;
}
.AnyTagClassName
{
color: #9D38FF;
}
</style>
background-color css
<style>
a { background-color: #9D38FF; }
a { background-color: rgb(157,56,255); }
div.DivClassName
{
background-color: #9D38FF;
}
.BgClassName
{
background-color: #9D38FF;
}
</style>
border-color css
<style>
span { border-color: #9D38FF; }
span { border-color: rgb(157,56,255); }
td.TdClassName
{
border-color: #9D38FF;
}
.TagClassName
{
border-color: #9D38FF;
}
</style>