Shades of Dark Violet #9415BA
Tints of Dark Violet #9415BA
RGB
CMYK
RGB Variations
Color information
#9415BA (or 0x9415BA) is known color: Dark Violet. HEX triplet: 94, 15 and BA. RGB value is (148,21,186). Sum of RGB (Red+Green+Blue) = 148+21+186=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #9415BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415BA is #6BEA45. Grayscale: #4D4D4D. Windows color (decimal): -7072326 or 12195220. OLE color: 12195220.
HSL color Cylindrical-coordinate representation of color #9415BA: hue angle of 286.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9415BA is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 21 | 186 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.27 |
| HSL | 286.18º | 0.8% | 0.41% | - |
| HSV(B) | 286.18º | 0.89% | 0.73% | - |
| XYZ | 21.34 | 10.38 | 47.33 | - |
| YUV | 77.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 186 | 0.20 | 0.89 | 0 | 0.27 | 286.18 | 0.8 | 0.41 |
| Hex | 94 | 15 | BA | 14 | 59 | 0 | 1B | 11E | 50 | 29 |
| Octal | 224 | 25 | 272 | 24 | 131 | 0 | 33 | 436 | 120 | 51 |
| Binary | 10010100 | 10101 | 10111010 | 10100 | 1011001 | 0 | 11011 | 100011110 | 1010000 | 101001 |
Color Harmonies of #9415BA
Complementary color
Monochromatic Colors of #9415BA
Black with #9415BA
Text Example
Text Example
White with #9415BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9415BA; }
p { color: rgb(148,21,186); }
H1.HeaderClassName
{
color: #9415BA;
}
.AnyTagClassName
{
color: #9415BA;
}
</style>
background-color css
<style>
a { background-color: #9415BA; }
a { background-color: rgb(148,21,186); }
div.DivClassName
{
background-color: #9415BA;
}
.BgClassName
{
background-color: #9415BA;
}
</style>
border-color css
<style>
span { border-color: #9415BA; }
span { border-color: rgb(148,21,186); }
td.TdClassName
{
border-color: #9415BA;
}
.TagClassName
{
border-color: #9415BA;
}
</style>