Shades of Dark Violet #9404C3
Tints of Dark Violet #9404C3
RGB
CMYK
RGB Variations
Color information
#9404C3 (or 0x9404C3) is known color: Dark Violet. HEX triplet: 94, 04 and C3. RGB value is (148,4,195). Sum of RGB (Red+Green+Blue) = 148+4+195=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #9404C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9404C3 is #6BFB3C. Grayscale: #444444. Windows color (decimal): -7076669 or 12780692. OLE color: 12780692.
HSL color Cylindrical-coordinate representation of color #9404C3: hue angle of 285.24º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9404C3 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 4 | 195 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.24 |
| HSL | 285.24º | 0.96% | 0.39% | - |
| HSV(B) | 285.24º | 0.98% | 0.76% | - |
| XYZ | 22.11 | 10.32 | 52.46 | - |
| YUV | 68.83 | 199.21 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 195 | 0.24 | 0.98 | 0 | 0.24 | 285.24 | 0.96 | 0.39 |
| Hex | 94 | 4 | C3 | 18 | 62 | 0 | 18 | 11D | 60 | 27 |
| Octal | 224 | 4 | 303 | 30 | 142 | 0 | 30 | 435 | 140 | 47 |
| Binary | 10010100 | 100 | 11000011 | 11000 | 1100010 | 0 | 11000 | 100011101 | 1100000 | 100111 |
Color Harmonies of #9404C3
Complementary color
Monochromatic Colors of #9404C3
Black with #9404C3
Text Example
Text Example
White with #9404C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9404C3; }
p { color: rgb(148,4,195); }
H1.HeaderClassName
{
color: #9404C3;
}
.AnyTagClassName
{
color: #9404C3;
}
</style>
background-color css
<style>
a { background-color: #9404C3; }
a { background-color: rgb(148,4,195); }
div.DivClassName
{
background-color: #9404C3;
}
.BgClassName
{
background-color: #9404C3;
}
</style>
border-color css
<style>
span { border-color: #9404C3; }
span { border-color: rgb(148,4,195); }
td.TdClassName
{
border-color: #9404C3;
}
.TagClassName
{
border-color: #9404C3;
}
</style>