Shades of Blue Violet #9112EA
Tints of Blue Violet #9112EA
RGB
CMYK
RGB Variations
Color information
#9112EA (or 0x9112EA) is known color: Blue Violet. HEX triplet: 91, 12 and EA. RGB value is (145,18,234). Sum of RGB (Red+Green+Blue) = 145+18+234=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #9112EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9112EA is #6EED15. Grayscale: #4F4F4F. Windows color (decimal): -7269654 or 15340177. OLE color: 15340177.
HSL color Cylindrical-coordinate representation of color #9112EA: hue angle of 275.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9112EA is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 18 | 234 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.08 |
| HSL | 275.28º | 0.86% | 0.49% | - |
| HSV(B) | 275.28º | 0.92% | 0.92% | - |
| XYZ | 26.74 | 12.39 | 78.82 | - |
| YUV | 80.6 | 214.58 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 234 | 0.38 | 0.92 | 0 | 0.08 | 275.28 | 0.86 | 0.49 |
| Hex | 91 | 12 | EA | 26 | 5C | 0 | 8 | 113 | 56 | 31 |
| Octal | 221 | 22 | 352 | 46 | 134 | 0 | 10 | 423 | 126 | 61 |
| Binary | 10010001 | 10010 | 11101010 | 100110 | 1011100 | 0 | 1000 | 100010011 | 1010110 | 110001 |
Color Harmonies of #9112EA
Complementary color
Monochromatic Colors of #9112EA
Black with #9112EA
Text Example
Text Example
White with #9112EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9112EA; }
p { color: rgb(145,18,234); }
H1.HeaderClassName
{
color: #9112EA;
}
.AnyTagClassName
{
color: #9112EA;
}
</style>
background-color css
<style>
a { background-color: #9112EA; }
a { background-color: rgb(145,18,234); }
div.DivClassName
{
background-color: #9112EA;
}
.BgClassName
{
background-color: #9112EA;
}
</style>
border-color css
<style>
span { border-color: #9112EA; }
span { border-color: rgb(145,18,234); }
td.TdClassName
{
border-color: #9112EA;
}
.TagClassName
{
border-color: #9112EA;
}
</style>