Shades of Blue Violet #9534FE
Tints of Blue Violet #9534FE
RGB
CMYK
RGB Variations
Color information
#9534FE (or 0x9534FE) is known color: Blue Violet. HEX triplet: 95, 34 and FE. RGB value is (149,52,254). Sum of RGB (Red+Green+Blue) = 149+52+254=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #9534FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9534FE is #6ACB01. Grayscale: #676767. Windows color (decimal): -6998786 or 16659605. OLE color: 16659605.
HSL color Cylindrical-coordinate representation of color #9534FE: hue angle of 268.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9534FE is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 52 | 254 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.00 |
| HSL | 268.81º | 0.99% | 0.6% | - |
| HSV(B) | 268.81º | 0.8% | 1% | - |
| XYZ | 31.51 | 16 | 95.19 | - |
| YUV | 104.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 254 | 0.41 | 0.80 | 0 | 0.00 | 268.81 | 0.99 | 0.6 |
| Hex | 95 | 34 | FE | 29 | 50 | 0 | 0 | 10D | 63 | 3C |
| Octal | 225 | 64 | 376 | 51 | 120 | 0 | 0 | 415 | 143 | 74 |
| Binary | 10010101 | 110100 | 11111110 | 101001 | 1010000 | 0 | 0 | 100001101 | 1100011 | 111100 |
Color Harmonies of #9534FE
Complementary color
Monochromatic Colors of #9534FE
Black with #9534FE
Text Example
Text Example
White with #9534FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9534FE; }
p { color: rgb(149,52,254); }
H1.HeaderClassName
{
color: #9534FE;
}
.AnyTagClassName
{
color: #9534FE;
}
</style>
background-color css
<style>
a { background-color: #9534FE; }
a { background-color: rgb(149,52,254); }
div.DivClassName
{
background-color: #9534FE;
}
.BgClassName
{
background-color: #9534FE;
}
</style>
border-color css
<style>
span { border-color: #9534FE; }
span { border-color: rgb(149,52,254); }
td.TdClassName
{
border-color: #9534FE;
}
.TagClassName
{
border-color: #9534FE;
}
</style>