Shades of Blue Violet #9D34FF
Tints of Blue Violet #9D34FF
RGB
CMYK
RGB Variations
Color information
#9D34FF (or 0x9D34FF) is known color: Blue Violet. HEX triplet: 9D, 34 and FF. RGB value is (157,52,255). Sum of RGB (Red+Green+Blue) = 157+52+255=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D34FF is #62CB00. Grayscale: #696969. Windows color (decimal): -6474497 or 16725149. OLE color: 16725149.
HSL color Cylindrical-coordinate representation of color #9D34FF: hue angle of 271.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D34FF is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 52 | 255 | - |
| CMYK | 0.38 | 0.80 | 0 | 0 |
| HSL | 271.03º | 1% | 0.6% | - |
| HSV(B) | 271.03º | 0.8% | 1% | - |
| XYZ | 33.18 | 16.84 | 96.11 | - |
| YUV | 106.54 | 211.79 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 255 | 0.38 | 0.80 | 0 | 0 | 271.03 | 1 | 0.6 |
| Hex | 9D | 34 | FF | 26 | 50 | 0 | 0 | 10F | 64 | 3C |
| Octal | 235 | 64 | 377 | 46 | 120 | 0 | 0 | 417 | 144 | 74 |
| Binary | 10011101 | 110100 | 11111111 | 100110 | 1010000 | 0 | 0 | 100001111 | 1100100 | 111100 |
Color Harmonies of #9D34FF
Complementary color
Monochromatic Colors of #9D34FF
Black with #9D34FF
Text Example
Text Example
White with #9D34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D34FF; }
p { color: rgb(157,52,255); }
H1.HeaderClassName
{
color: #9D34FF;
}
.AnyTagClassName
{
color: #9D34FF;
}
</style>
background-color css
<style>
a { background-color: #9D34FF; }
a { background-color: rgb(157,52,255); }
div.DivClassName
{
background-color: #9D34FF;
}
.BgClassName
{
background-color: #9D34FF;
}
</style>
border-color css
<style>
span { border-color: #9D34FF; }
span { border-color: rgb(157,52,255); }
td.TdClassName
{
border-color: #9D34FF;
}
.TagClassName
{
border-color: #9D34FF;
}
</style>