Shades of Dark Violet #9115B3
Tints of Dark Violet #9115B3
RGB
CMYK
RGB Variations
Color information
#9115B3 (or 0x9115B3) is known color: Dark Violet. HEX triplet: 91, 15 and B3. RGB value is (145,21,179). Sum of RGB (Red+Green+Blue) = 145+21+179=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #9115B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9115B3 is #6EEA4C. Grayscale: #4B4B4B. Windows color (decimal): -7268941 or 11736465. OLE color: 11736465.
HSL color Cylindrical-coordinate representation of color #9115B3: hue angle of 287.09º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9115B3 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 21 | 179 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.30 |
| HSL | 287.09º | 0.79% | 0.39% | - |
| HSV(B) | 287.09º | 0.88% | 0.7% | - |
| XYZ | 20.08 | 9.81 | 43.48 | - |
| YUV | 76.09 | 186.08 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 179 | 0.19 | 0.88 | 0 | 0.30 | 287.09 | 0.79 | 0.39 |
| Hex | 91 | 15 | B3 | 13 | 58 | 0 | 1E | 11F | 4F | 27 |
| Octal | 221 | 25 | 263 | 23 | 130 | 0 | 36 | 437 | 117 | 47 |
| Binary | 10010001 | 10101 | 10110011 | 10011 | 1011000 | 0 | 11110 | 100011111 | 1001111 | 100111 |
Color Harmonies of #9115B3
Complementary color
Monochromatic Colors of #9115B3
Black with #9115B3
Text Example
Text Example
White with #9115B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115B3; }
p { color: rgb(145,21,179); }
H1.HeaderClassName
{
color: #9115B3;
}
.AnyTagClassName
{
color: #9115B3;
}
</style>
background-color css
<style>
a { background-color: #9115B3; }
a { background-color: rgb(145,21,179); }
div.DivClassName
{
background-color: #9115B3;
}
.BgClassName
{
background-color: #9115B3;
}
</style>
border-color css
<style>
span { border-color: #9115B3; }
span { border-color: rgb(145,21,179); }
td.TdClassName
{
border-color: #9115B3;
}
.TagClassName
{
border-color: #9115B3;
}
</style>