Shades of Dark Violet #9308BA
Tints of Dark Violet #9308BA
RGB
CMYK
RGB Variations
Color information
#9308BA (or 0x9308BA) is known color: Dark Violet. HEX triplet: 93, 08 and BA. RGB value is (147,8,186). Sum of RGB (Red+Green+Blue) = 147+8+186=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #9308BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308BA is #6CF745. Grayscale: #454545. Windows color (decimal): -7141190 or 12191891. OLE color: 12191891.
HSL color Cylindrical-coordinate representation of color #9308BA: hue angle of 286.85º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308BA is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 8 | 186 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.27 |
| HSL | 286.85º | 0.92% | 0.38% | - |
| HSV(B) | 286.85º | 0.96% | 0.73% | - |
| XYZ | 20.98 | 9.92 | 47.26 | - |
| YUV | 69.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 186 | 0.21 | 0.96 | 0 | 0.27 | 286.85 | 0.92 | 0.38 |
| Hex | 93 | 8 | BA | 15 | 60 | 0 | 1B | 11F | 5C | 26 |
| Octal | 223 | 10 | 272 | 25 | 140 | 0 | 33 | 437 | 134 | 46 |
| Binary | 10010011 | 1000 | 10111010 | 10101 | 1100000 | 0 | 11011 | 100011111 | 1011100 | 100110 |
Color Harmonies of #9308BA
Complementary color
Monochromatic Colors of #9308BA
Black with #9308BA
Text Example
Text Example
White with #9308BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308BA; }
p { color: rgb(147,8,186); }
H1.HeaderClassName
{
color: #9308BA;
}
.AnyTagClassName
{
color: #9308BA;
}
</style>
background-color css
<style>
a { background-color: #9308BA; }
a { background-color: rgb(147,8,186); }
div.DivClassName
{
background-color: #9308BA;
}
.BgClassName
{
background-color: #9308BA;
}
</style>
border-color css
<style>
span { border-color: #9308BA; }
span { border-color: rgb(147,8,186); }
td.TdClassName
{
border-color: #9308BA;
}
.TagClassName
{
border-color: #9308BA;
}
</style>