Shades of Blue Violet #9D26FF
Tints of Blue Violet #9D26FF
RGB
CMYK
RGB Variations
Color information
#9D26FF (or 0x9D26FF) is known color: Blue Violet. HEX triplet: 9D, 26 and FF. RGB value is (157,38,255). Sum of RGB (Red+Green+Blue) = 157+38+255=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D26FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D26FF is #62D900. Grayscale: #616161. Windows color (decimal): -6478081 or 16721565. OLE color: 16721565.
HSL color Cylindrical-coordinate representation of color #9D26FF: hue angle of 272.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D26FF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 38 | 255 | - |
| CMYK | 0.38 | 0.85 | 0 | 0 |
| HSL | 272.9º | 1% | 0.57% | - |
| HSV(B) | 272.9º | 0.85% | 1% | - |
| XYZ | 32.65 | 15.77 | 95.93 | - |
| YUV | 98.32 | 216.42 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 255 | 0.38 | 0.85 | 0 | 0 | 272.9 | 1 | 0.57 |
| Hex | 9D | 26 | FF | 26 | 55 | 0 | 0 | 111 | 64 | 39 |
| Octal | 235 | 46 | 377 | 46 | 125 | 0 | 0 | 421 | 144 | 71 |
| Binary | 10011101 | 100110 | 11111111 | 100110 | 1010101 | 0 | 0 | 100010001 | 1100100 | 111001 |
Color Harmonies of #9D26FF
Complementary color
Monochromatic Colors of #9D26FF
Black with #9D26FF
Text Example
Text Example
White with #9D26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D26FF; }
p { color: rgb(157,38,255); }
H1.HeaderClassName
{
color: #9D26FF;
}
.AnyTagClassName
{
color: #9D26FF;
}
</style>
background-color css
<style>
a { background-color: #9D26FF; }
a { background-color: rgb(157,38,255); }
div.DivClassName
{
background-color: #9D26FF;
}
.BgClassName
{
background-color: #9D26FF;
}
</style>
border-color css
<style>
span { border-color: #9D26FF; }
span { border-color: rgb(157,38,255); }
td.TdClassName
{
border-color: #9D26FF;
}
.TagClassName
{
border-color: #9D26FF;
}
</style>