Shades of Dark Orchid #943DBF
Tints of Dark Orchid #943DBF
RGB
CMYK
RGB Variations
Color information
#943DBF (or 0x943DBF) is known color: Dark Orchid. HEX triplet: 94, 3D and BF. RGB value is (148,61,191). Sum of RGB (Red+Green+Blue) = 148+61+191=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #943DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DBF is #6BC240. Grayscale: #656565. Windows color (decimal): -7062081 or 12533140. OLE color: 12533140.
HSL color Cylindrical-coordinate representation of color #943DBF: hue angle of 280.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943DBF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 61 | 191 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.25 |
| HSL | 280.15º | 0.52% | 0.49% | - |
| HSV(B) | 280.15º | 0.68% | 0.75% | - |
| XYZ | 23.29 | 13.39 | 50.65 | - |
| YUV | 101.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 191 | 0.23 | 0.68 | 0 | 0.25 | 280.15 | 0.52 | 0.49 |
| Hex | 94 | 3D | BF | 17 | 44 | 0 | 19 | 118 | 34 | 31 |
| Octal | 224 | 75 | 277 | 27 | 104 | 0 | 31 | 430 | 64 | 61 |
| Binary | 10010100 | 111101 | 10111111 | 10111 | 1000100 | 0 | 11001 | 100011000 | 110100 | 110001 |
Color Harmonies of #943DBF
Complementary color
Monochromatic Colors of #943DBF
Black with #943DBF
Text Example
Text Example
White with #943DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DBF; }
p { color: rgb(148,61,191); }
H1.HeaderClassName
{
color: #943DBF;
}
.AnyTagClassName
{
color: #943DBF;
}
</style>
background-color css
<style>
a { background-color: #943DBF; }
a { background-color: rgb(148,61,191); }
div.DivClassName
{
background-color: #943DBF;
}
.BgClassName
{
background-color: #943DBF;
}
</style>
border-color css
<style>
span { border-color: #943DBF; }
span { border-color: rgb(148,61,191); }
td.TdClassName
{
border-color: #943DBF;
}
.TagClassName
{
border-color: #943DBF;
}
</style>