Shades of Dark Violet #9409DA
Tints of Dark Violet #9409DA
RGB
CMYK
RGB Variations
Color information
#9409DA (or 0x9409DA) is known color: Dark Violet. HEX triplet: 94, 09 and DA. RGB value is (148,9,218). Sum of RGB (Red+Green+Blue) = 148+9+218=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #9409DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9409DA is #6BF625. Grayscale: #494949. Windows color (decimal): -7075366 or 14289300. OLE color: 14289300.
HSL color Cylindrical-coordinate representation of color #9409DA: hue angle of 279.9º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409DA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 9 | 218 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.15 |
| HSL | 279.9º | 0.92% | 0.45% | - |
| HSV(B) | 279.9º | 0.96% | 0.85% | - |
| XYZ | 24.97 | 11.55 | 67.24 | - |
| YUV | 74.39 | 209.05 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 218 | 0.32 | 0.96 | 0 | 0.15 | 279.9 | 0.92 | 0.45 |
| Hex | 94 | 9 | DA | 20 | 60 | 0 | F | 118 | 5C | 2D |
| Octal | 224 | 11 | 332 | 40 | 140 | 0 | 17 | 430 | 134 | 55 |
| Binary | 10010100 | 1001 | 11011010 | 100000 | 1100000 | 0 | 1111 | 100011000 | 1011100 | 101101 |
Color Harmonies of #9409DA
Complementary color
Monochromatic Colors of #9409DA
Black with #9409DA
Text Example
Text Example
White with #9409DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9409DA; }
p { color: rgb(148,9,218); }
H1.HeaderClassName
{
color: #9409DA;
}
.AnyTagClassName
{
color: #9409DA;
}
</style>
background-color css
<style>
a { background-color: #9409DA; }
a { background-color: rgb(148,9,218); }
div.DivClassName
{
background-color: #9409DA;
}
.BgClassName
{
background-color: #9409DA;
}
</style>
border-color css
<style>
span { border-color: #9409DA; }
span { border-color: rgb(148,9,218); }
td.TdClassName
{
border-color: #9409DA;
}
.TagClassName
{
border-color: #9409DA;
}
</style>