Shades of Blue Violet #9415EA
Tints of Blue Violet #9415EA
RGB
CMYK
RGB Variations
Color information
#9415EA (or 0x9415EA) is known color: Blue Violet. HEX triplet: 94, 15 and EA. RGB value is (148,21,234). Sum of RGB (Red+Green+Blue) = 148+21+234=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #9415EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9415EA is #6BEA15. Grayscale: #525252. Windows color (decimal): -7072278 or 15340948. OLE color: 15340948.
HSL color Cylindrical-coordinate representation of color #9415EA: hue angle of 275.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9415EA is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 21 | 234 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.08 |
| HSL | 275.77º | 0.84% | 0.5% | - |
| HSV(B) | 275.77º | 0.91% | 0.92% | - |
| XYZ | 27.33 | 12.77 | 78.87 | - |
| YUV | 83.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 234 | 0.37 | 0.91 | 0 | 0.08 | 275.77 | 0.84 | 0.5 |
| Hex | 94 | 15 | EA | 25 | 5B | 0 | 8 | 114 | 54 | 32 |
| Octal | 224 | 25 | 352 | 45 | 133 | 0 | 10 | 424 | 124 | 62 |
| Binary | 10010100 | 10101 | 11101010 | 100101 | 1011011 | 0 | 1000 | 100010100 | 1010100 | 110010 |
Color Harmonies of #9415EA
Complementary color
Monochromatic Colors of #9415EA
Black with #9415EA
Text Example
Text Example
White with #9415EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9415EA; }
p { color: rgb(148,21,234); }
H1.HeaderClassName
{
color: #9415EA;
}
.AnyTagClassName
{
color: #9415EA;
}
</style>
background-color css
<style>
a { background-color: #9415EA; }
a { background-color: rgb(148,21,234); }
div.DivClassName
{
background-color: #9415EA;
}
.BgClassName
{
background-color: #9415EA;
}
</style>
border-color css
<style>
span { border-color: #9415EA; }
span { border-color: rgb(148,21,234); }
td.TdClassName
{
border-color: #9415EA;
}
.TagClassName
{
border-color: #9415EA;
}
</style>