Shades of Dark Violet #9415DB
Tints of Dark Violet #9415DB
RGB
CMYK
RGB Variations
Color information
#9415DB (or 0x9415DB) is known color: Dark Violet. HEX triplet: 94, 15 and DB. RGB value is (148,21,219). Sum of RGB (Red+Green+Blue) = 148+21+219=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #9415DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415DB is #6BEA24. Grayscale: #505050. Windows color (decimal): -7072293 or 14357908. OLE color: 14357908.
HSL color Cylindrical-coordinate representation of color #9415DB: hue angle of 278.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9415DB is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 21 | 219 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.14 |
| HSL | 278.48º | 0.83% | 0.47% | - |
| HSV(B) | 278.48º | 0.9% | 0.86% | - |
| XYZ | 25.27 | 11.95 | 67.99 | - |
| YUV | 81.55 | 205.58 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 219 | 0.32 | 0.90 | 0 | 0.14 | 278.48 | 0.83 | 0.47 |
| Hex | 94 | 15 | DB | 20 | 5A | 0 | E | 116 | 52 | 2F |
| Octal | 224 | 25 | 333 | 40 | 132 | 0 | 16 | 426 | 122 | 57 |
| Binary | 10010100 | 10101 | 11011011 | 100000 | 1011010 | 0 | 1110 | 100010110 | 1010010 | 101111 |
Color Harmonies of #9415DB
Complementary color
Monochromatic Colors of #9415DB
Black with #9415DB
Text Example
Text Example
White with #9415DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9415DB; }
p { color: rgb(148,21,219); }
H1.HeaderClassName
{
color: #9415DB;
}
.AnyTagClassName
{
color: #9415DB;
}
</style>
background-color css
<style>
a { background-color: #9415DB; }
a { background-color: rgb(148,21,219); }
div.DivClassName
{
background-color: #9415DB;
}
.BgClassName
{
background-color: #9415DB;
}
</style>
border-color css
<style>
span { border-color: #9415DB; }
span { border-color: rgb(148,21,219); }
td.TdClassName
{
border-color: #9415DB;
}
.TagClassName
{
border-color: #9415DB;
}
</style>