Shades of Dark Violet #9308D9
Tints of Dark Violet #9308D9
RGB
CMYK
RGB Variations
Color information
#9308D9 (or 0x9308D9) is known color: Dark Violet. HEX triplet: 93, 08 and D9. RGB value is (147,8,217). Sum of RGB (Red+Green+Blue) = 147+8+217=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 217 (85.16% from 255 or 58.33% from 372); Max value from RGB is 217 - color contains mainly: blue. Hex color #9308D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308D9 is #6CF726. Grayscale: #484848. Windows color (decimal): -7141159 or 14223507. OLE color: 14223507.
HSL color Cylindrical-coordinate representation of color #9308D9: hue angle of 279.9º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308D9 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 8 | 217 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.15 |
| HSL | 279.9º | 0.93% | 0.44% | - |
| HSV(B) | 279.9º | 0.96% | 0.85% | - |
| XYZ | 24.64 | 11.39 | 66.54 | - |
| YUV | 73.39 | 209.05 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 217 | 0.32 | 0.96 | 0 | 0.15 | 279.9 | 0.93 | 0.44 |
| Hex | 93 | 8 | D9 | 20 | 60 | 0 | F | 118 | 5D | 2C |
| Octal | 223 | 10 | 331 | 40 | 140 | 0 | 17 | 430 | 135 | 54 |
| Binary | 10010011 | 1000 | 11011001 | 100000 | 1100000 | 0 | 1111 | 100011000 | 1011101 | 101100 |
Color Harmonies of #9308D9
Complementary color
Monochromatic Colors of #9308D9
Black with #9308D9
Text Example
Text Example
White with #9308D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308D9; }
p { color: rgb(147,8,217); }
H1.HeaderClassName
{
color: #9308D9;
}
.AnyTagClassName
{
color: #9308D9;
}
</style>
background-color css
<style>
a { background-color: #9308D9; }
a { background-color: rgb(147,8,217); }
div.DivClassName
{
background-color: #9308D9;
}
.BgClassName
{
background-color: #9308D9;
}
</style>
border-color css
<style>
span { border-color: #9308D9; }
span { border-color: rgb(147,8,217); }
td.TdClassName
{
border-color: #9308D9;
}
.TagClassName
{
border-color: #9308D9;
}
</style>