Shades of Dark Violet #9015B4
Tints of Dark Violet #9015B4
RGB
CMYK
RGB Variations
Color information
#9015B4 (or 0x9015B4) is known color: Dark Violet. HEX triplet: 90, 15 and B4. RGB value is (144,21,180). Sum of RGB (Red+Green+Blue) = 144+21+180=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #9015B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9015B4 is #6FEA4B. Grayscale: #4B4B4B. Windows color (decimal): -7334476 or 11802000. OLE color: 11802000.
HSL color Cylindrical-coordinate representation of color #9015B4: hue angle of 286.42º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9015B4 is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 21 | 180 | - |
| CMYK | 0.2 | 0.88 | 0 | 0.29 |
| HSL | 286.42º | 0.79% | 0.39% | - |
| HSV(B) | 286.42º | 0.88% | 0.71% | - |
| XYZ | 20.01 | 9.76 | 44.01 | - |
| YUV | 75.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 180 | 0.2 | 0.88 | 0 | 0.29 | 286.42 | 0.79 | 0.39 |
| Hex | 90 | 15 | B4 | 14 | 58 | 0 | 1D | 11E | 4F | 27 |
| Octal | 220 | 25 | 264 | 24 | 130 | 0 | 35 | 436 | 117 | 47 |
| Binary | 10010000 | 10101 | 10110100 | 10100 | 1011000 | 0 | 11101 | 100011110 | 1001111 | 100111 |
Color Harmonies of #9015B4
Complementary color
Monochromatic Colors of #9015B4
Black with #9015B4
Text Example
Text Example
White with #9015B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9015B4; }
p { color: rgb(144,21,180); }
H1.HeaderClassName
{
color: #9015B4;
}
.AnyTagClassName
{
color: #9015B4;
}
</style>
background-color css
<style>
a { background-color: #9015B4; }
a { background-color: rgb(144,21,180); }
div.DivClassName
{
background-color: #9015B4;
}
.BgClassName
{
background-color: #9015B4;
}
</style>
border-color css
<style>
span { border-color: #9015B4; }
span { border-color: rgb(144,21,180); }
td.TdClassName
{
border-color: #9015B4;
}
.TagClassName
{
border-color: #9015B4;
}
</style>