Shades of Dark Violet #9308DD
Tints of Dark Violet #9308DD
RGB
CMYK
RGB Variations
Color information
#9308DD (or 0x9308DD) is known color: Dark Violet. HEX triplet: 93, 08 and DD. RGB value is (147,8,221). Sum of RGB (Red+Green+Blue) = 147+8+221=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #9308DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308DD is #6CF722. Grayscale: #494949. Windows color (decimal): -7141155 or 14485651. OLE color: 14485651.
HSL color Cylindrical-coordinate representation of color #9308DD: hue angle of 279.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308DD is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 8 | 221 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.13 |
| HSL | 279.15º | 0.93% | 0.45% | - |
| HSV(B) | 279.15º | 0.96% | 0.87% | - |
| XYZ | 25.17 | 11.6 | 69.32 | - |
| YUV | 73.84 | 211.05 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 221 | 0.33 | 0.96 | 0 | 0.13 | 279.15 | 0.93 | 0.45 |
| Hex | 93 | 8 | DD | 21 | 60 | 0 | D | 117 | 5D | 2D |
| Octal | 223 | 10 | 335 | 41 | 140 | 0 | 15 | 427 | 135 | 55 |
| Binary | 10010011 | 1000 | 11011101 | 100001 | 1100000 | 0 | 1101 | 100010111 | 1011101 | 101101 |
Color Harmonies of #9308DD
Complementary color
Monochromatic Colors of #9308DD
Black with #9308DD
Text Example
Text Example
White with #9308DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308DD; }
p { color: rgb(147,8,221); }
H1.HeaderClassName
{
color: #9308DD;
}
.AnyTagClassName
{
color: #9308DD;
}
</style>
background-color css
<style>
a { background-color: #9308DD; }
a { background-color: rgb(147,8,221); }
div.DivClassName
{
background-color: #9308DD;
}
.BgClassName
{
background-color: #9308DD;
}
</style>
border-color css
<style>
span { border-color: #9308DD; }
span { border-color: rgb(147,8,221); }
td.TdClassName
{
border-color: #9308DD;
}
.TagClassName
{
border-color: #9308DD;
}
</style>