Shades of Dark Violet #940CCB
Tints of Dark Violet #940CCB
RGB
CMYK
RGB Variations
Color information
#940CCB (or 0x940CCB) is known color: Dark Violet. HEX triplet: 94, 0C and CB. RGB value is (148,12,203). Sum of RGB (Red+Green+Blue) = 148+12+203=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #940CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CCB is #6BF334. Grayscale: #494949. Windows color (decimal): -7074613 or 13307028. OLE color: 13307028.
HSL color Cylindrical-coordinate representation of color #940CCB: hue angle of 282.72º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CCB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 12 | 203 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.20 |
| HSL | 282.72º | 0.89% | 0.42% | - |
| HSV(B) | 282.72º | 0.94% | 0.8% | - |
| XYZ | 23.12 | 10.87 | 57.38 | - |
| YUV | 74.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 203 | 0.27 | 0.94 | 0 | 0.20 | 282.72 | 0.89 | 0.42 |
| Hex | 94 | C | CB | 1B | 5E | 0 | 14 | 11B | 59 | 2A |
| Octal | 224 | 14 | 313 | 33 | 136 | 0 | 24 | 433 | 131 | 52 |
| Binary | 10010100 | 1100 | 11001011 | 11011 | 1011110 | 0 | 10100 | 100011011 | 1011001 | 101010 |
Color Harmonies of #940CCB
Complementary color
Monochromatic Colors of #940CCB
Black with #940CCB
Text Example
Text Example
White with #940CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CCB; }
p { color: rgb(148,12,203); }
H1.HeaderClassName
{
color: #940CCB;
}
.AnyTagClassName
{
color: #940CCB;
}
</style>
background-color css
<style>
a { background-color: #940CCB; }
a { background-color: rgb(148,12,203); }
div.DivClassName
{
background-color: #940CCB;
}
.BgClassName
{
background-color: #940CCB;
}
</style>
border-color css
<style>
span { border-color: #940CCB; }
span { border-color: rgb(148,12,203); }
td.TdClassName
{
border-color: #940CCB;
}
.TagClassName
{
border-color: #940CCB;
}
</style>