Shades of Dark Orchid #943FBC
Tints of Dark Orchid #943FBC
RGB
CMYK
RGB Variations
Color information
#943FBC (or 0x943FBC) is known color: Dark Orchid. HEX triplet: 94, 3F and BC. RGB value is (148,63,188). Sum of RGB (Red+Green+Blue) = 148+63+188=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #943FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FBC is #6BC043. Grayscale: #666666. Windows color (decimal): -7061572 or 12337044. OLE color: 12337044.
HSL color Cylindrical-coordinate representation of color #943FBC: hue angle of 280.8º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943FBC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 63 | 188 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.26 |
| HSL | 280.8º | 0.5% | 0.49% | - |
| HSV(B) | 280.8º | 0.66% | 0.74% | - |
| XYZ | 23.07 | 13.48 | 48.96 | - |
| YUV | 102.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 188 | 0.21 | 0.66 | 0 | 0.26 | 280.8 | 0.5 | 0.49 |
| Hex | 94 | 3F | BC | 15 | 42 | 0 | 1A | 119 | 32 | 31 |
| Octal | 224 | 77 | 274 | 25 | 102 | 0 | 32 | 431 | 62 | 61 |
| Binary | 10010100 | 111111 | 10111100 | 10101 | 1000010 | 0 | 11010 | 100011001 | 110010 | 110001 |
Color Harmonies of #943FBC
Complementary color
Monochromatic Colors of #943FBC
Black with #943FBC
Text Example
Text Example
White with #943FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FBC; }
p { color: rgb(148,63,188); }
H1.HeaderClassName
{
color: #943FBC;
}
.AnyTagClassName
{
color: #943FBC;
}
</style>
background-color css
<style>
a { background-color: #943FBC; }
a { background-color: rgb(148,63,188); }
div.DivClassName
{
background-color: #943FBC;
}
.BgClassName
{
background-color: #943FBC;
}
</style>
border-color css
<style>
span { border-color: #943FBC; }
span { border-color: rgb(148,63,188); }
td.TdClassName
{
border-color: #943FBC;
}
.TagClassName
{
border-color: #943FBC;
}
</style>