Shades of Dark Orchid #943FCB
Tints of Dark Orchid #943FCB
RGB
CMYK
RGB Variations
Color information
#943FCB (or 0x943FCB) is known color: Dark Orchid. HEX triplet: 94, 3F and CB. RGB value is (148,63,203). Sum of RGB (Red+Green+Blue) = 148+63+203=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #943FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FCB is #6BC034. Grayscale: #676767. Windows color (decimal): -7061557 or 13320084. OLE color: 13320084.
HSL color Cylindrical-coordinate representation of color #943FCB: hue angle of 276.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943FCB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 63 | 203 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.20 |
| HSL | 276.43º | 0.57% | 0.52% | - |
| HSV(B) | 276.43º | 0.69% | 0.8% | - |
| XYZ | 24.77 | 14.16 | 57.93 | - |
| YUV | 104.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 203 | 0.27 | 0.69 | 0 | 0.20 | 276.43 | 0.57 | 0.52 |
| Hex | 94 | 3F | CB | 1B | 45 | 0 | 14 | 114 | 39 | 34 |
| Octal | 224 | 77 | 313 | 33 | 105 | 0 | 24 | 424 | 71 | 64 |
| Binary | 10010100 | 111111 | 11001011 | 11011 | 1000101 | 0 | 10100 | 100010100 | 111001 | 110100 |
Color Harmonies of #943FCB
Complementary color
Monochromatic Colors of #943FCB
Black with #943FCB
Text Example
Text Example
White with #943FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FCB; }
p { color: rgb(148,63,203); }
H1.HeaderClassName
{
color: #943FCB;
}
.AnyTagClassName
{
color: #943FCB;
}
</style>
background-color css
<style>
a { background-color: #943FCB; }
a { background-color: rgb(148,63,203); }
div.DivClassName
{
background-color: #943FCB;
}
.BgClassName
{
background-color: #943FCB;
}
</style>
border-color css
<style>
span { border-color: #943FCB; }
span { border-color: rgb(148,63,203); }
td.TdClassName
{
border-color: #943FCB;
}
.TagClassName
{
border-color: #943FCB;
}
</style>