Shades of Blue Violet #9736FE
Tints of Blue Violet #9736FE
RGB
CMYK
RGB Variations
Color information
#9736FE (or 0x9736FE) is known color: Blue Violet. HEX triplet: 97, 36 and FE. RGB value is (151,54,254). Sum of RGB (Red+Green+Blue) = 151+54+254=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #9736FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9736FE is #68C901. Grayscale: #696969. Windows color (decimal): -6867202 or 16660119. OLE color: 16660119.
HSL color Cylindrical-coordinate representation of color #9736FE: hue angle of 269.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9736FE is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 54 | 254 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.00 |
| HSL | 269.1º | 0.99% | 0.6% | - |
| HSV(B) | 269.1º | 0.79% | 1% | - |
| XYZ | 31.97 | 16.37 | 95.24 | - |
| YUV | 105.8 | 211.64 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 54 | 254 | 0.41 | 0.79 | 0 | 0.00 | 269.1 | 0.99 | 0.6 |
| Hex | 97 | 36 | FE | 29 | 4F | 0 | 0 | 10D | 63 | 3C |
| Octal | 227 | 66 | 376 | 51 | 117 | 0 | 0 | 415 | 143 | 74 |
| Binary | 10010111 | 110110 | 11111110 | 101001 | 1001111 | 0 | 0 | 100001101 | 1100011 | 111100 |
Color Harmonies of #9736FE
Complementary color
Monochromatic Colors of #9736FE
Black with #9736FE
Text Example
Text Example
White with #9736FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9736FE; }
p { color: rgb(151,54,254); }
H1.HeaderClassName
{
color: #9736FE;
}
.AnyTagClassName
{
color: #9736FE;
}
</style>
background-color css
<style>
a { background-color: #9736FE; }
a { background-color: rgb(151,54,254); }
div.DivClassName
{
background-color: #9736FE;
}
.BgClassName
{
background-color: #9736FE;
}
</style>
border-color css
<style>
span { border-color: #9736FE; }
span { border-color: rgb(151,54,254); }
td.TdClassName
{
border-color: #9736FE;
}
.TagClassName
{
border-color: #9736FE;
}
</style>