Shades of Dark Violet #9401CC
Tints of Dark Violet #9401CC
RGB
CMYK
RGB Variations
Color information
#9401CC (or 0x9401CC) is known color: Dark Violet. HEX triplet: 94, 01 and CC. RGB value is (148,1,204). Sum of RGB (Red+Green+Blue) = 148+1+204=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #9401CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9401CC is #6BFE33. Grayscale: #434343. Windows color (decimal): -7077428 or 13369748. OLE color: 13369748.
HSL color Cylindrical-coordinate representation of color #9401CC: hue angle of 283.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9401CC is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 1 | 204 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.2 |
| HSL | 283.45º | 0.99% | 0.4% | - |
| HSV(B) | 283.45º | 1% | 0.8% | - |
| XYZ | 23.12 | 10.68 | 57.97 | - |
| YUV | 68.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 204 | 0.27 | 1.00 | 0 | 0.2 | 283.45 | 0.99 | 0.4 |
| Hex | 94 | 1 | CC | 1B | 64 | 0 | 14 | 11B | 63 | 28 |
| Octal | 224 | 1 | 314 | 33 | 144 | 0 | 24 | 433 | 143 | 50 |
| Binary | 10010100 | 1 | 11001100 | 11011 | 1100100 | 0 | 10100 | 100011011 | 1100011 | 101000 |
Color Harmonies of #9401CC
Complementary color
Monochromatic Colors of #9401CC
Black with #9401CC
Text Example
Text Example
White with #9401CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9401CC; }
p { color: rgb(148,1,204); }
H1.HeaderClassName
{
color: #9401CC;
}
.AnyTagClassName
{
color: #9401CC;
}
</style>
background-color css
<style>
a { background-color: #9401CC; }
a { background-color: rgb(148,1,204); }
div.DivClassName
{
background-color: #9401CC;
}
.BgClassName
{
background-color: #9401CC;
}
</style>
border-color css
<style>
span { border-color: #9401CC; }
span { border-color: rgb(148,1,204); }
td.TdClassName
{
border-color: #9401CC;
}
.TagClassName
{
border-color: #9401CC;
}
</style>