Shades of Dark Violet #9408C8
Tints of Dark Violet #9408C8
RGB
CMYK
RGB Variations
Color information
#9408C8 (or 0x9408C8) is known color: Dark Violet. HEX triplet: 94, 08 and C8. RGB value is (148,8,200). Sum of RGB (Red+Green+Blue) = 148+8+200=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #9408C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9408C8 is #6BF737. Grayscale: #474747. Windows color (decimal): -7075640 or 13109396. OLE color: 13109396.
HSL color Cylindrical-coordinate representation of color #9408C8: hue angle of 283.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9408C8 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 8 | 200 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.22 |
| HSL | 283.75º | 0.92% | 0.41% | - |
| HSV(B) | 283.75º | 0.96% | 0.78% | - |
| XYZ | 22.72 | 10.64 | 55.5 | - |
| YUV | 71.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 200 | 0.26 | 0.96 | 0 | 0.22 | 283.75 | 0.92 | 0.41 |
| Hex | 94 | 8 | C8 | 1A | 60 | 0 | 16 | 11C | 5C | 29 |
| Octal | 224 | 10 | 310 | 32 | 140 | 0 | 26 | 434 | 134 | 51 |
| Binary | 10010100 | 1000 | 11001000 | 11010 | 1100000 | 0 | 10110 | 100011100 | 1011100 | 101001 |
Color Harmonies of #9408C8
Complementary color
Monochromatic Colors of #9408C8
Black with #9408C8
Text Example
Text Example
White with #9408C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9408C8; }
p { color: rgb(148,8,200); }
H1.HeaderClassName
{
color: #9408C8;
}
.AnyTagClassName
{
color: #9408C8;
}
</style>
background-color css
<style>
a { background-color: #9408C8; }
a { background-color: rgb(148,8,200); }
div.DivClassName
{
background-color: #9408C8;
}
.BgClassName
{
background-color: #9408C8;
}
</style>
border-color css
<style>
span { border-color: #9408C8; }
span { border-color: rgb(148,8,200); }
td.TdClassName
{
border-color: #9408C8;
}
.TagClassName
{
border-color: #9408C8;
}
</style>