Shades of Dark Violet #9412CB
Tints of Dark Violet #9412CB
RGB
CMYK
RGB Variations
Color information
#9412CB (or 0x9412CB) is known color: Dark Violet. HEX triplet: 94, 12 and CB. RGB value is (148,18,203). Sum of RGB (Red+Green+Blue) = 148+18+203=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #9412CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412CB is #6BED34. Grayscale: #4D4D4D. Windows color (decimal): -7073077 or 13308564. OLE color: 13308564.
HSL color Cylindrical-coordinate representation of color #9412CB: hue angle of 282.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9412CB is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 18 | 203 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.20 |
| HSL | 282.16º | 0.84% | 0.43% | - |
| HSV(B) | 282.16º | 0.91% | 0.8% | - |
| XYZ | 23.21 | 11.04 | 57.41 | - |
| YUV | 77.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 203 | 0.27 | 0.91 | 0 | 0.20 | 282.16 | 0.84 | 0.43 |
| Hex | 94 | 12 | CB | 1B | 5B | 0 | 14 | 11A | 54 | 2B |
| Octal | 224 | 22 | 313 | 33 | 133 | 0 | 24 | 432 | 124 | 53 |
| Binary | 10010100 | 10010 | 11001011 | 11011 | 1011011 | 0 | 10100 | 100011010 | 1010100 | 101011 |
Color Harmonies of #9412CB
Complementary color
Monochromatic Colors of #9412CB
Black with #9412CB
Text Example
Text Example
White with #9412CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412CB; }
p { color: rgb(148,18,203); }
H1.HeaderClassName
{
color: #9412CB;
}
.AnyTagClassName
{
color: #9412CB;
}
</style>
background-color css
<style>
a { background-color: #9412CB; }
a { background-color: rgb(148,18,203); }
div.DivClassName
{
background-color: #9412CB;
}
.BgClassName
{
background-color: #9412CB;
}
</style>
border-color css
<style>
span { border-color: #9412CB; }
span { border-color: rgb(148,18,203); }
td.TdClassName
{
border-color: #9412CB;
}
.TagClassName
{
border-color: #9412CB;
}
</style>