Shades of Blue Violet #9136FB
Tints of Blue Violet #9136FB
RGB
CMYK
RGB Variations
Color information
#9136FB (or 0x9136FB) is known color: Blue Violet. HEX triplet: 91, 36 and FB. RGB value is (145,54,251). Sum of RGB (Red+Green+Blue) = 145+54+251=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #9136FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9136FB is #6EC904. Grayscale: #666666. Windows color (decimal): -7260421 or 16463505. OLE color: 16463505.
HSL color Cylindrical-coordinate representation of color #9136FB: hue angle of 267.72º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9136FB is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 54 | 251 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.02 |
| HSL | 267.72º | 0.96% | 0.6% | - |
| HSV(B) | 267.72º | 0.78% | 0.98% | - |
| XYZ | 30.41 | 15.62 | 92.68 | - |
| YUV | 103.67 | 211.15 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 251 | 0.42 | 0.78 | 0 | 0.02 | 267.72 | 0.96 | 0.6 |
| Hex | 91 | 36 | FB | 2A | 4E | 0 | 2 | 10C | 60 | 3C |
| Octal | 221 | 66 | 373 | 52 | 116 | 0 | 2 | 414 | 140 | 74 |
| Binary | 10010001 | 110110 | 11111011 | 101010 | 1001110 | 0 | 10 | 100001100 | 1100000 | 111100 |
Color Harmonies of #9136FB
Complementary color
Monochromatic Colors of #9136FB
Black with #9136FB
Text Example
Text Example
White with #9136FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136FB; }
p { color: rgb(145,54,251); }
H1.HeaderClassName
{
color: #9136FB;
}
.AnyTagClassName
{
color: #9136FB;
}
</style>
background-color css
<style>
a { background-color: #9136FB; }
a { background-color: rgb(145,54,251); }
div.DivClassName
{
background-color: #9136FB;
}
.BgClassName
{
background-color: #9136FB;
}
</style>
border-color css
<style>
span { border-color: #9136FB; }
span { border-color: rgb(145,54,251); }
td.TdClassName
{
border-color: #9136FB;
}
.TagClassName
{
border-color: #9136FB;
}
</style>