Shades of Dark Orchid #941FCB
Tints of Dark Orchid #941FCB
RGB
CMYK
RGB Variations
Color information
#941FCB (or 0x941FCB) is known color: Dark Orchid. HEX triplet: 94, 1F and CB. RGB value is (148,31,203). Sum of RGB (Red+Green+Blue) = 148+31+203=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #941FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941FCB is #6BE034. Grayscale: #555555. Windows color (decimal): -7069749 or 13311892. OLE color: 13311892.
HSL color Cylindrical-coordinate representation of color #941FCB: hue angle of 280.81º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941FCB is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 31 | 203 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.20 |
| HSL | 280.81º | 0.74% | 0.46% | - |
| HSV(B) | 280.81º | 0.85% | 0.8% | - |
| XYZ | 23.48 | 11.59 | 57.5 | - |
| YUV | 85.59 | 194.26 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 31 | 203 | 0.27 | 0.85 | 0 | 0.20 | 280.81 | 0.74 | 0.46 |
| Hex | 94 | 1F | CB | 1B | 55 | 0 | 14 | 119 | 4A | 2E |
| Octal | 224 | 37 | 313 | 33 | 125 | 0 | 24 | 431 | 112 | 56 |
| Binary | 10010100 | 11111 | 11001011 | 11011 | 1010101 | 0 | 10100 | 100011001 | 1001010 | 101110 |
Color Harmonies of #941FCB
Complementary color
Monochromatic Colors of #941FCB
Black with #941FCB
Text Example
Text Example
White with #941FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941FCB; }
p { color: rgb(148,31,203); }
H1.HeaderClassName
{
color: #941FCB;
}
.AnyTagClassName
{
color: #941FCB;
}
</style>
background-color css
<style>
a { background-color: #941FCB; }
a { background-color: rgb(148,31,203); }
div.DivClassName
{
background-color: #941FCB;
}
.BgClassName
{
background-color: #941FCB;
}
</style>
border-color css
<style>
span { border-color: #941FCB; }
span { border-color: rgb(148,31,203); }
td.TdClassName
{
border-color: #941FCB;
}
.TagClassName
{
border-color: #941FCB;
}
</style>