Shades of Dark Violet #9315B6
Tints of Dark Violet #9315B6
RGB
CMYK
RGB Variations
Color information
#9315B6 (or 0x9315B6) is known color: Dark Violet. HEX triplet: 93, 15 and B6. RGB value is (147,21,182). Sum of RGB (Red+Green+Blue) = 147+21+182=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #9315B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315B6 is #6CEA49. Grayscale: #4C4C4C. Windows color (decimal): -7137866 or 11933075. OLE color: 11933075.
HSL color Cylindrical-coordinate representation of color #9315B6: hue angle of 286.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315B6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 21 | 182 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.29 |
| HSL | 286.96º | 0.79% | 0.4% | - |
| HSV(B) | 286.96º | 0.88% | 0.71% | - |
| XYZ | 20.74 | 10.12 | 45.12 | - |
| YUV | 77.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 182 | 0.19 | 0.88 | 0 | 0.29 | 286.96 | 0.79 | 0.4 |
| Hex | 93 | 15 | B6 | 13 | 58 | 0 | 1D | 11F | 4F | 28 |
| Octal | 223 | 25 | 266 | 23 | 130 | 0 | 35 | 437 | 117 | 50 |
| Binary | 10010011 | 10101 | 10110110 | 10011 | 1011000 | 0 | 11101 | 100011111 | 1001111 | 101000 |
Color Harmonies of #9315B6
Complementary color
Monochromatic Colors of #9315B6
Black with #9315B6
Text Example
Text Example
White with #9315B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315B6; }
p { color: rgb(147,21,182); }
H1.HeaderClassName
{
color: #9315B6;
}
.AnyTagClassName
{
color: #9315B6;
}
</style>
background-color css
<style>
a { background-color: #9315B6; }
a { background-color: rgb(147,21,182); }
div.DivClassName
{
background-color: #9315B6;
}
.BgClassName
{
background-color: #9315B6;
}
</style>
border-color css
<style>
span { border-color: #9315B6; }
span { border-color: rgb(147,21,182); }
td.TdClassName
{
border-color: #9315B6;
}
.TagClassName
{
border-color: #9315B6;
}
</style>