Shades of Blue Violet #9414E7
Tints of Blue Violet #9414E7
RGB
CMYK
RGB Variations
Color information
#9414E7 (or 0x9414E7) is known color: Blue Violet. HEX triplet: 94, 14 and E7. RGB value is (148,20,231). Sum of RGB (Red+Green+Blue) = 148+20+231=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #9414E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9414E7 is #6BEB18. Grayscale: #515151. Windows color (decimal): -7072537 or 15144084. OLE color: 15144084.
HSL color Cylindrical-coordinate representation of color #9414E7: hue angle of 276.4º 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 #9414E7 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 20 | 231 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.09 |
| HSL | 276.4º | 0.84% | 0.49% | - |
| HSV(B) | 276.4º | 0.91% | 0.91% | - |
| XYZ | 26.89 | 12.57 | 76.61 | - |
| YUV | 82.33 | 211.91 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 231 | 0.36 | 0.91 | 0 | 0.09 | 276.4 | 0.84 | 0.49 |
| Hex | 94 | 14 | E7 | 24 | 5B | 0 | 9 | 114 | 54 | 31 |
| Octal | 224 | 24 | 347 | 44 | 133 | 0 | 11 | 424 | 124 | 61 |
| Binary | 10010100 | 10100 | 11100111 | 100100 | 1011011 | 0 | 1001 | 100010100 | 1010100 | 110001 |
Color Harmonies of #9414E7
Complementary color
Monochromatic Colors of #9414E7
Black with #9414E7
Text Example
Text Example
White with #9414E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9414E7; }
p { color: rgb(148,20,231); }
H1.HeaderClassName
{
color: #9414E7;
}
.AnyTagClassName
{
color: #9414E7;
}
</style>
background-color css
<style>
a { background-color: #9414E7; }
a { background-color: rgb(148,20,231); }
div.DivClassName
{
background-color: #9414E7;
}
.BgClassName
{
background-color: #9414E7;
}
</style>
border-color css
<style>
span { border-color: #9414E7; }
span { border-color: rgb(148,20,231); }
td.TdClassName
{
border-color: #9414E7;
}
.TagClassName
{
border-color: #9414E7;
}
</style>