Shades of Dark Orchid #943FBD
Tints of Dark Orchid #943FBD
RGB
CMYK
RGB Variations
Color information
#943FBD (or 0x943FBD) is known color: Dark Orchid. HEX triplet: 94, 3F and BD. RGB value is (148,63,189). Sum of RGB (Red+Green+Blue) = 148+63+189=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #943FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FBD is #6BC042. Grayscale: #666666. Windows color (decimal): -7061571 or 12402580. OLE color: 12402580.
HSL color Cylindrical-coordinate representation of color #943FBD: hue angle of 280.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943FBD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 63 | 189 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.26 |
| HSL | 280.48º | 0.5% | 0.49% | - |
| HSV(B) | 280.48º | 0.67% | 0.74% | - |
| XYZ | 23.18 | 13.53 | 49.53 | - |
| YUV | 102.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 189 | 0.22 | 0.67 | 0 | 0.26 | 280.48 | 0.5 | 0.49 |
| Hex | 94 | 3F | BD | 16 | 43 | 0 | 1A | 118 | 32 | 31 |
| Octal | 224 | 77 | 275 | 26 | 103 | 0 | 32 | 430 | 62 | 61 |
| Binary | 10010100 | 111111 | 10111101 | 10110 | 1000011 | 0 | 11010 | 100011000 | 110010 | 110001 |
Color Harmonies of #943FBD
Complementary color
Monochromatic Colors of #943FBD
Black with #943FBD
Text Example
Text Example
White with #943FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FBD; }
p { color: rgb(148,63,189); }
H1.HeaderClassName
{
color: #943FBD;
}
.AnyTagClassName
{
color: #943FBD;
}
</style>
background-color css
<style>
a { background-color: #943FBD; }
a { background-color: rgb(148,63,189); }
div.DivClassName
{
background-color: #943FBD;
}
.BgClassName
{
background-color: #943FBD;
}
</style>
border-color css
<style>
span { border-color: #943FBD; }
span { border-color: rgb(148,63,189); }
td.TdClassName
{
border-color: #943FBD;
}
.TagClassName
{
border-color: #943FBD;
}
</style>