Shades of Blue Violet #9F34FF
Tints of Blue Violet #9F34FF
RGB
CMYK
RGB Variations
Color information
#9F34FF (or 0x9F34FF) is known color: Blue Violet. HEX triplet: 9F, 34 and FF. RGB value is (159,52,255). Sum of RGB (Red+Green+Blue) = 159+52+255=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F34FF is #60CB00. Grayscale: #6A6A6A. Windows color (decimal): -6343425 or 16725151. OLE color: 16725151.
HSL color Cylindrical-coordinate representation of color #9F34FF: hue angle of 271.63º 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 #9F34FF is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 52 | 255 | - |
| CMYK | 0.38 | 0.80 | 0 | 0 |
| HSL | 271.63º | 1% | 0.6% | - |
| HSV(B) | 271.63º | 0.8% | 1% | - |
| XYZ | 33.58 | 17.05 | 96.13 | - |
| YUV | 107.14 | 211.45 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 255 | 0.38 | 0.80 | 0 | 0 | 271.63 | 1 | 0.6 |
| Hex | 9F | 34 | FF | 26 | 50 | 0 | 0 | 110 | 64 | 3C |
| Octal | 237 | 64 | 377 | 46 | 120 | 0 | 0 | 420 | 144 | 74 |
| Binary | 10011111 | 110100 | 11111111 | 100110 | 1010000 | 0 | 0 | 100010000 | 1100100 | 111100 |
Color Harmonies of #9F34FF
Complementary color
Monochromatic Colors of #9F34FF
Black with #9F34FF
Text Example
Text Example
White with #9F34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F34FF; }
p { color: rgb(159,52,255); }
H1.HeaderClassName
{
color: #9F34FF;
}
.AnyTagClassName
{
color: #9F34FF;
}
</style>
background-color css
<style>
a { background-color: #9F34FF; }
a { background-color: rgb(159,52,255); }
div.DivClassName
{
background-color: #9F34FF;
}
.BgClassName
{
background-color: #9F34FF;
}
</style>
border-color css
<style>
span { border-color: #9F34FF; }
span { border-color: rgb(159,52,255); }
td.TdClassName
{
border-color: #9F34FF;
}
.TagClassName
{
border-color: #9F34FF;
}
</style>