Shades of Blue Violet #9627FE
Tints of Blue Violet #9627FE
RGB
CMYK
RGB Variations
Color information
#9627FE (or 0x9627FE) is known color: Blue Violet. HEX triplet: 96, 27 and FE. RGB value is (150,39,254). Sum of RGB (Red+Green+Blue) = 150+39+254=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #9627FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9627FE is #69D801. Grayscale: #5F5F5F. Windows color (decimal): -6936578 or 16656278. OLE color: 16656278.
HSL color Cylindrical-coordinate representation of color #9627FE: hue angle of 270.98º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9627FE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 39 | 254 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.00 |
| HSL | 270.98º | 0.99% | 0.57% | - |
| HSV(B) | 270.98º | 0.85% | 1% | - |
| XYZ | 31.19 | 15.09 | 95.03 | - |
| YUV | 96.7 | 216.77 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 254 | 0.41 | 0.85 | 0 | 0.00 | 270.98 | 0.99 | 0.57 |
| Hex | 96 | 27 | FE | 29 | 55 | 0 | 0 | 10F | 63 | 39 |
| Octal | 226 | 47 | 376 | 51 | 125 | 0 | 0 | 417 | 143 | 71 |
| Binary | 10010110 | 100111 | 11111110 | 101001 | 1010101 | 0 | 0 | 100001111 | 1100011 | 111001 |
Color Harmonies of #9627FE
Complementary color
Monochromatic Colors of #9627FE
Black with #9627FE
Text Example
Text Example
White with #9627FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9627FE; }
p { color: rgb(150,39,254); }
H1.HeaderClassName
{
color: #9627FE;
}
.AnyTagClassName
{
color: #9627FE;
}
</style>
background-color css
<style>
a { background-color: #9627FE; }
a { background-color: rgb(150,39,254); }
div.DivClassName
{
background-color: #9627FE;
}
.BgClassName
{
background-color: #9627FE;
}
</style>
border-color css
<style>
span { border-color: #9627FE; }
span { border-color: rgb(150,39,254); }
td.TdClassName
{
border-color: #9627FE;
}
.TagClassName
{
border-color: #9627FE;
}
</style>