Shades of Dark Violet #9405C8
Tints of Dark Violet #9405C8
RGB
CMYK
RGB Variations
Color information
#9405C8 (or 0x9405C8) is known color: Dark Violet. HEX triplet: 94, 05 and C8. RGB value is (148,5,200). Sum of RGB (Red+Green+Blue) = 148+5+200=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #9405C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9405C8 is #6BFA37. Grayscale: #454545. Windows color (decimal): -7076408 or 13108628. OLE color: 13108628.
HSL color Cylindrical-coordinate representation of color #9405C8: hue angle of 284º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9405C8 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 5 | 200 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.22 |
| HSL | 284º | 0.95% | 0.4% | - |
| HSV(B) | 284º | 0.98% | 0.78% | - |
| XYZ | 22.69 | 10.57 | 55.49 | - |
| YUV | 69.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 200 | 0.26 | 0.98 | 0 | 0.22 | 284 | 0.95 | 0.4 |
| Hex | 94 | 5 | C8 | 1A | 62 | 0 | 16 | 11C | 5F | 28 |
| Octal | 224 | 5 | 310 | 32 | 142 | 0 | 26 | 434 | 137 | 50 |
| Binary | 10010100 | 101 | 11001000 | 11010 | 1100010 | 0 | 10110 | 100011100 | 1011111 | 101000 |
Color Harmonies of #9405C8
Complementary color
Monochromatic Colors of #9405C8
Black with #9405C8
Text Example
Text Example
White with #9405C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9405C8; }
p { color: rgb(148,5,200); }
H1.HeaderClassName
{
color: #9405C8;
}
.AnyTagClassName
{
color: #9405C8;
}
</style>
background-color css
<style>
a { background-color: #9405C8; }
a { background-color: rgb(148,5,200); }
div.DivClassName
{
background-color: #9405C8;
}
.BgClassName
{
background-color: #9405C8;
}
</style>
border-color css
<style>
span { border-color: #9405C8; }
span { border-color: rgb(148,5,200); }
td.TdClassName
{
border-color: #9405C8;
}
.TagClassName
{
border-color: #9405C8;
}
</style>