Shades of Dark Violet #9408DB
Tints of Dark Violet #9408DB
RGB
CMYK
RGB Variations
Color information
#9408DB (or 0x9408DB) is known color: Dark Violet. HEX triplet: 94, 08 and DB. RGB value is (148,8,219). Sum of RGB (Red+Green+Blue) = 148+8+219=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #9408DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9408DB is #6BF724. Grayscale: #494949. Windows color (decimal): -7075621 or 14354580. OLE color: 14354580.
HSL color Cylindrical-coordinate representation of color #9408DB: hue angle of 279.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9408DB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 8 | 219 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.14 |
| HSL | 279.81º | 0.93% | 0.45% | - |
| HSV(B) | 279.81º | 0.96% | 0.86% | - |
| XYZ | 25.09 | 11.58 | 67.93 | - |
| YUV | 73.91 | 209.88 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 219 | 0.32 | 0.96 | 0 | 0.14 | 279.81 | 0.93 | 0.45 |
| Hex | 94 | 8 | DB | 20 | 60 | 0 | E | 118 | 5D | 2D |
| Octal | 224 | 10 | 333 | 40 | 140 | 0 | 16 | 430 | 135 | 55 |
| Binary | 10010100 | 1000 | 11011011 | 100000 | 1100000 | 0 | 1110 | 100011000 | 1011101 | 101101 |
Color Harmonies of #9408DB
Complementary color
Monochromatic Colors of #9408DB
Black with #9408DB
Text Example
Text Example
White with #9408DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9408DB; }
p { color: rgb(148,8,219); }
H1.HeaderClassName
{
color: #9408DB;
}
.AnyTagClassName
{
color: #9408DB;
}
</style>
background-color css
<style>
a { background-color: #9408DB; }
a { background-color: rgb(148,8,219); }
div.DivClassName
{
background-color: #9408DB;
}
.BgClassName
{
background-color: #9408DB;
}
</style>
border-color css
<style>
span { border-color: #9408DB; }
span { border-color: rgb(148,8,219); }
td.TdClassName
{
border-color: #9408DB;
}
.TagClassName
{
border-color: #9408DB;
}
</style>