Shades of Blue Violet #9641FE
Tints of Blue Violet #9641FE
RGB
CMYK
RGB Variations
Color information
#9641FE (or 0x9641FE) is known color: Blue Violet. HEX triplet: 96, 41 and FE. RGB value is (150,65,254). Sum of RGB (Red+Green+Blue) = 150+65+254=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #9641FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9641FE is #69BE01. Grayscale: #6F6F6F. Windows color (decimal): -6929922 or 16662934. OLE color: 16662934.
HSL color Cylindrical-coordinate representation of color #9641FE: hue angle of 266.98º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9641FE is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 65 | 254 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.00 |
| HSL | 266.98º | 0.99% | 0.63% | - |
| HSV(B) | 266.98º | 0.74% | 1% | - |
| XYZ | 32.36 | 17.42 | 95.42 | - |
| YUV | 111.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 254 | 0.41 | 0.74 | 0 | 0.00 | 266.98 | 0.99 | 0.63 |
| Hex | 96 | 41 | FE | 29 | 4A | 0 | 0 | 10B | 63 | 3F |
| Octal | 226 | 101 | 376 | 51 | 112 | 0 | 0 | 413 | 143 | 77 |
| Binary | 10010110 | 1000001 | 11111110 | 101001 | 1001010 | 0 | 0 | 100001011 | 1100011 | 111111 |
Color Harmonies of #9641FE
Complementary color
Monochromatic Colors of #9641FE
Black with #9641FE
Text Example
Text Example
White with #9641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9641FE; }
p { color: rgb(150,65,254); }
H1.HeaderClassName
{
color: #9641FE;
}
.AnyTagClassName
{
color: #9641FE;
}
</style>
background-color css
<style>
a { background-color: #9641FE; }
a { background-color: rgb(150,65,254); }
div.DivClassName
{
background-color: #9641FE;
}
.BgClassName
{
background-color: #9641FE;
}
</style>
border-color css
<style>
span { border-color: #9641FE; }
span { border-color: rgb(150,65,254); }
td.TdClassName
{
border-color: #9641FE;
}
.TagClassName
{
border-color: #9641FE;
}
</style>