Shades of Blue Violet #9522FE
Tints of Blue Violet #9522FE
RGB
CMYK
RGB Variations
Color information
#9522FE (or 0x9522FE) is known color: Blue Violet. HEX triplet: 95, 22 and FE. RGB value is (149,34,254). Sum of RGB (Red+Green+Blue) = 149+34+254=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #9522FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9522FE is #6ADD01. Grayscale: #5C5C5C. Windows color (decimal): -7003394 or 16654997. OLE color: 16654997.
HSL color Cylindrical-coordinate representation of color #9522FE: hue angle of 271.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9522FE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 34 | 254 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.00 |
| HSL | 271.36º | 0.99% | 0.56% | - |
| HSV(B) | 271.36º | 0.87% | 1% | - |
| XYZ | 30.86 | 14.69 | 94.97 | - |
| YUV | 93.47 | 218.6 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 254 | 0.41 | 0.87 | 0 | 0.00 | 271.36 | 0.99 | 0.56 |
| Hex | 95 | 22 | FE | 29 | 57 | 0 | 0 | 10F | 63 | 38 |
| Octal | 225 | 42 | 376 | 51 | 127 | 0 | 0 | 417 | 143 | 70 |
| Binary | 10010101 | 100010 | 11111110 | 101001 | 1010111 | 0 | 0 | 100001111 | 1100011 | 111000 |
Color Harmonies of #9522FE
Complementary color
Monochromatic Colors of #9522FE
Black with #9522FE
Text Example
Text Example
White with #9522FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9522FE; }
p { color: rgb(149,34,254); }
H1.HeaderClassName
{
color: #9522FE;
}
.AnyTagClassName
{
color: #9522FE;
}
</style>
background-color css
<style>
a { background-color: #9522FE; }
a { background-color: rgb(149,34,254); }
div.DivClassName
{
background-color: #9522FE;
}
.BgClassName
{
background-color: #9522FE;
}
</style>
border-color css
<style>
span { border-color: #9522FE; }
span { border-color: rgb(149,34,254); }
td.TdClassName
{
border-color: #9522FE;
}
.TagClassName
{
border-color: #9522FE;
}
</style>