Shades of Dark Violet #9305DB
Tints of Dark Violet #9305DB
RGB
CMYK
RGB Variations
Color information
#9305DB (or 0x9305DB) is known color: Dark Violet. HEX triplet: 93, 05 and DB. RGB value is (147,5,219). Sum of RGB (Red+Green+Blue) = 147+5+219=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #9305DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9305DB is #6CFA24. Grayscale: #474747. Windows color (decimal): -7141925 or 14353811. OLE color: 14353811.
HSL color Cylindrical-coordinate representation of color #9305DB: hue angle of 279.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9305DB is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 5 | 219 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.14 |
| HSL | 279.81º | 0.96% | 0.44% | - |
| HSV(B) | 279.81º | 0.98% | 0.86% | - |
| XYZ | 24.87 | 11.43 | 67.91 | - |
| YUV | 71.85 | 211.04 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 219 | 0.33 | 0.98 | 0 | 0.14 | 279.81 | 0.96 | 0.44 |
| Hex | 93 | 5 | DB | 21 | 62 | 0 | E | 118 | 60 | 2C |
| Octal | 223 | 5 | 333 | 41 | 142 | 0 | 16 | 430 | 140 | 54 |
| Binary | 10010011 | 101 | 11011011 | 100001 | 1100010 | 0 | 1110 | 100011000 | 1100000 | 101100 |
Color Harmonies of #9305DB
Complementary color
Monochromatic Colors of #9305DB
Black with #9305DB
Text Example
Text Example
White with #9305DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305DB; }
p { color: rgb(147,5,219); }
H1.HeaderClassName
{
color: #9305DB;
}
.AnyTagClassName
{
color: #9305DB;
}
</style>
background-color css
<style>
a { background-color: #9305DB; }
a { background-color: rgb(147,5,219); }
div.DivClassName
{
background-color: #9305DB;
}
.BgClassName
{
background-color: #9305DB;
}
</style>
border-color css
<style>
span { border-color: #9305DB; }
span { border-color: rgb(147,5,219); }
td.TdClassName
{
border-color: #9305DB;
}
.TagClassName
{
border-color: #9305DB;
}
</style>