Shades of Blue Violet #9514E7
Tints of Blue Violet #9514E7
RGB
CMYK
RGB Variations
Color information
#9514E7 (or 0x9514E7) is known color: Blue Violet. HEX triplet: 95, 14 and E7. RGB value is (149,20,231). Sum of RGB (Red+Green+Blue) = 149+20+231=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 231 (90.62% from 255 or 57.75% from 400); Max value from RGB is 231 - color contains mainly: blue. Hex color #9514E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9514E7 is #6AEB18. Grayscale: #515151. Windows color (decimal): -7007001 or 15144085. OLE color: 15144085.
HSL color Cylindrical-coordinate representation of color #9514E7: hue angle of 276.68º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9514E7 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 20 | 231 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.09 |
| HSL | 276.68º | 0.84% | 0.49% | - |
| HSV(B) | 276.68º | 0.91% | 0.91% | - |
| XYZ | 27.07 | 12.66 | 76.62 | - |
| YUV | 82.63 | 211.74 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 231 | 0.35 | 0.91 | 0 | 0.09 | 276.68 | 0.84 | 0.49 |
| Hex | 95 | 14 | E7 | 23 | 5B | 0 | 9 | 115 | 54 | 31 |
| Octal | 225 | 24 | 347 | 43 | 133 | 0 | 11 | 425 | 124 | 61 |
| Binary | 10010101 | 10100 | 11100111 | 100011 | 1011011 | 0 | 1001 | 100010101 | 1010100 | 110001 |
Color Harmonies of #9514E7
Complementary color
Monochromatic Colors of #9514E7
Black with #9514E7
Text Example
Text Example
White with #9514E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514E7; }
p { color: rgb(149,20,231); }
H1.HeaderClassName
{
color: #9514E7;
}
.AnyTagClassName
{
color: #9514E7;
}
</style>
background-color css
<style>
a { background-color: #9514E7; }
a { background-color: rgb(149,20,231); }
div.DivClassName
{
background-color: #9514E7;
}
.BgClassName
{
background-color: #9514E7;
}
</style>
border-color css
<style>
span { border-color: #9514E7; }
span { border-color: rgb(149,20,231); }
td.TdClassName
{
border-color: #9514E7;
}
.TagClassName
{
border-color: #9514E7;
}
</style>