Shades of Dark Violet #9411CB
Tints of Dark Violet #9411CB
RGB
CMYK
RGB Variations
Color information
#9411CB (or 0x9411CB) is known color: Dark Violet. HEX triplet: 94, 11 and CB. RGB value is (148,17,203). Sum of RGB (Red+Green+Blue) = 148+17+203=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #9411CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9411CB is #6BEE34. Grayscale: #4C4C4C. Windows color (decimal): -7073333 or 13308308. OLE color: 13308308.
HSL color Cylindrical-coordinate representation of color #9411CB: hue angle of 282.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9411CB is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 17 | 203 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.20 |
| HSL | 282.26º | 0.85% | 0.43% | - |
| HSV(B) | 282.26º | 0.92% | 0.8% | - |
| XYZ | 23.19 | 11.01 | 57.4 | - |
| YUV | 77.37 | 198.9 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 203 | 0.27 | 0.92 | 0 | 0.20 | 282.26 | 0.85 | 0.43 |
| Hex | 94 | 11 | CB | 1B | 5C | 0 | 14 | 11A | 55 | 2B |
| Octal | 224 | 21 | 313 | 33 | 134 | 0 | 24 | 432 | 125 | 53 |
| Binary | 10010100 | 10001 | 11001011 | 11011 | 1011100 | 0 | 10100 | 100011010 | 1010101 | 101011 |
Color Harmonies of #9411CB
Complementary color
Monochromatic Colors of #9411CB
Black with #9411CB
Text Example
Text Example
White with #9411CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411CB; }
p { color: rgb(148,17,203); }
H1.HeaderClassName
{
color: #9411CB;
}
.AnyTagClassName
{
color: #9411CB;
}
</style>
background-color css
<style>
a { background-color: #9411CB; }
a { background-color: rgb(148,17,203); }
div.DivClassName
{
background-color: #9411CB;
}
.BgClassName
{
background-color: #9411CB;
}
</style>
border-color css
<style>
span { border-color: #9411CB; }
span { border-color: rgb(148,17,203); }
td.TdClassName
{
border-color: #9411CB;
}
.TagClassName
{
border-color: #9411CB;
}
</style>