Shades of Dark Violet #9308BC
Tints of Dark Violet #9308BC
RGB
CMYK
RGB Variations
Color information
#9308BC (or 0x9308BC) is known color: Dark Violet. HEX triplet: 93, 08 and BC. RGB value is (147,8,188). Sum of RGB (Red+Green+Blue) = 147+8+188=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #9308BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308BC is #6CF743. Grayscale: #454545. Windows color (decimal): -7141188 or 12322963. OLE color: 12322963.
HSL color Cylindrical-coordinate representation of color #9308BC: hue angle of 286.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308BC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 8 | 188 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.26 |
| HSL | 286.33º | 0.92% | 0.38% | - |
| HSV(B) | 286.33º | 0.96% | 0.74% | - |
| XYZ | 21.2 | 10.01 | 48.39 | - |
| YUV | 70.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 188 | 0.22 | 0.96 | 0 | 0.26 | 286.33 | 0.92 | 0.38 |
| Hex | 93 | 8 | BC | 16 | 60 | 0 | 1A | 11E | 5C | 26 |
| Octal | 223 | 10 | 274 | 26 | 140 | 0 | 32 | 436 | 134 | 46 |
| Binary | 10010011 | 1000 | 10111100 | 10110 | 1100000 | 0 | 11010 | 100011110 | 1011100 | 100110 |
Color Harmonies of #9308BC
Complementary color
Monochromatic Colors of #9308BC
Black with #9308BC
Text Example
Text Example
White with #9308BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308BC; }
p { color: rgb(147,8,188); }
H1.HeaderClassName
{
color: #9308BC;
}
.AnyTagClassName
{
color: #9308BC;
}
</style>
background-color css
<style>
a { background-color: #9308BC; }
a { background-color: rgb(147,8,188); }
div.DivClassName
{
background-color: #9308BC;
}
.BgClassName
{
background-color: #9308BC;
}
</style>
border-color css
<style>
span { border-color: #9308BC; }
span { border-color: rgb(147,8,188); }
td.TdClassName
{
border-color: #9308BC;
}
.TagClassName
{
border-color: #9308BC;
}
</style>