Shades of Blue Violet #9312EF
Tints of Blue Violet #9312EF
RGB
CMYK
RGB Variations
Color information
#9312EF (or 0x9312EF) is known color: Blue Violet. HEX triplet: 93, 12 and EF. RGB value is (147,18,239). Sum of RGB (Red+Green+Blue) = 147+18+239=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #9312EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9312EF is #6CED10. Grayscale: #515151. Windows color (decimal): -7138577 or 15667859. OLE color: 15667859.
HSL color Cylindrical-coordinate representation of color #9312EF: hue angle of 275.02º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9312EF is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 18 | 239 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.06 |
| HSL | 275.02º | 0.87% | 0.5% | - |
| HSV(B) | 275.02º | 0.92% | 0.94% | - |
| XYZ | 27.83 | 12.87 | 82.68 | - |
| YUV | 81.77 | 216.74 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 239 | 0.38 | 0.92 | 0 | 0.06 | 275.02 | 0.87 | 0.5 |
| Hex | 93 | 12 | EF | 26 | 5C | 0 | 6 | 113 | 57 | 32 |
| Octal | 223 | 22 | 357 | 46 | 134 | 0 | 6 | 423 | 127 | 62 |
| Binary | 10010011 | 10010 | 11101111 | 100110 | 1011100 | 0 | 110 | 100010011 | 1010111 | 110010 |
Color Harmonies of #9312EF
Complementary color
Monochromatic Colors of #9312EF
Black with #9312EF
Text Example
Text Example
White with #9312EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9312EF; }
p { color: rgb(147,18,239); }
H1.HeaderClassName
{
color: #9312EF;
}
.AnyTagClassName
{
color: #9312EF;
}
</style>
background-color css
<style>
a { background-color: #9312EF; }
a { background-color: rgb(147,18,239); }
div.DivClassName
{
background-color: #9312EF;
}
.BgClassName
{
background-color: #9312EF;
}
</style>
border-color css
<style>
span { border-color: #9312EF; }
span { border-color: rgb(147,18,239); }
td.TdClassName
{
border-color: #9312EF;
}
.TagClassName
{
border-color: #9312EF;
}
</style>