Shades of Dark Violet #9405C5
Tints of Dark Violet #9405C5
RGB
CMYK
RGB Variations
Color information
#9405C5 (or 0x9405C5) is known color: Dark Violet. HEX triplet: 94, 05 and C5. RGB value is (148,5,197). Sum of RGB (Red+Green+Blue) = 148+5+197=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 197 (77.34% from 255 or 56.29% from 350); Max value from RGB is 197 - color contains mainly: blue. Hex color #9405C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9405C5 is #6BFA3A. Grayscale: #454545. Windows color (decimal): -7076411 or 12912020. OLE color: 12912020.
HSL color Cylindrical-coordinate representation of color #9405C5: hue angle of 284.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9405C5 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 5 | 197 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.23 |
| HSL | 284.69º | 0.95% | 0.4% | - |
| HSV(B) | 284.69º | 0.97% | 0.77% | - |
| XYZ | 22.35 | 10.44 | 53.66 | - |
| YUV | 69.65 | 199.88 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 197 | 0.25 | 0.97 | 0 | 0.23 | 284.69 | 0.95 | 0.4 |
| Hex | 94 | 5 | C5 | 19 | 61 | 0 | 17 | 11D | 5F | 28 |
| Octal | 224 | 5 | 305 | 31 | 141 | 0 | 27 | 435 | 137 | 50 |
| Binary | 10010100 | 101 | 11000101 | 11001 | 1100001 | 0 | 10111 | 100011101 | 1011111 | 101000 |
Color Harmonies of #9405C5
Complementary color
Monochromatic Colors of #9405C5
Black with #9405C5
Text Example
Text Example
White with #9405C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9405C5; }
p { color: rgb(148,5,197); }
H1.HeaderClassName
{
color: #9405C5;
}
.AnyTagClassName
{
color: #9405C5;
}
</style>
background-color css
<style>
a { background-color: #9405C5; }
a { background-color: rgb(148,5,197); }
div.DivClassName
{
background-color: #9405C5;
}
.BgClassName
{
background-color: #9405C5;
}
</style>
border-color css
<style>
span { border-color: #9405C5; }
span { border-color: rgb(148,5,197); }
td.TdClassName
{
border-color: #9405C5;
}
.TagClassName
{
border-color: #9405C5;
}
</style>