Shades of Blue Violet #9626FE
Tints of Blue Violet #9626FE
RGB
CMYK
RGB Variations
Color information
#9626FE (or 0x9626FE) is known color: Blue Violet. HEX triplet: 96, 26 and FE. RGB value is (150,38,254). Sum of RGB (Red+Green+Blue) = 150+38+254=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #9626FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9626FE is #69D901. Grayscale: #5F5F5F. Windows color (decimal): -6936834 or 16656022. OLE color: 16656022.
HSL color Cylindrical-coordinate representation of color #9626FE: hue angle of 271.11º 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 #9626FE is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 38 | 254 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.00 |
| HSL | 271.11º | 0.99% | 0.57% | - |
| HSV(B) | 271.11º | 0.85% | 1% | - |
| XYZ | 31.16 | 15.03 | 95.02 | - |
| YUV | 96.11 | 217.11 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 254 | 0.41 | 0.85 | 0 | 0.00 | 271.11 | 0.99 | 0.57 |
| Hex | 96 | 26 | FE | 29 | 55 | 0 | 0 | 10F | 63 | 39 |
| Octal | 226 | 46 | 376 | 51 | 125 | 0 | 0 | 417 | 143 | 71 |
| Binary | 10010110 | 100110 | 11111110 | 101001 | 1010101 | 0 | 0 | 100001111 | 1100011 | 111001 |
Color Harmonies of #9626FE
Complementary color
Monochromatic Colors of #9626FE
Black with #9626FE
Text Example
Text Example
White with #9626FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9626FE; }
p { color: rgb(150,38,254); }
H1.HeaderClassName
{
color: #9626FE;
}
.AnyTagClassName
{
color: #9626FE;
}
</style>
background-color css
<style>
a { background-color: #9626FE; }
a { background-color: rgb(150,38,254); }
div.DivClassName
{
background-color: #9626FE;
}
.BgClassName
{
background-color: #9626FE;
}
</style>
border-color css
<style>
span { border-color: #9626FE; }
span { border-color: rgb(150,38,254); }
td.TdClassName
{
border-color: #9626FE;
}
.TagClassName
{
border-color: #9626FE;
}
</style>