Shades of Dark Orchid #943DBD
Tints of Dark Orchid #943DBD
RGB
CMYK
RGB Variations
Color information
#943DBD (or 0x943DBD) is known color: Dark Orchid. HEX triplet: 94, 3D and BD. RGB value is (148,61,189). Sum of RGB (Red+Green+Blue) = 148+61+189=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #943DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DBD is #6BC242. Grayscale: #656565. Windows color (decimal): -7062083 or 12402068. OLE color: 12402068.
HSL color Cylindrical-coordinate representation of color #943DBD: hue angle of 280.78º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943DBD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 61 | 189 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.26 |
| HSL | 280.78º | 0.51% | 0.49% | - |
| HSV(B) | 280.78º | 0.68% | 0.74% | - |
| XYZ | 23.07 | 13.31 | 49.5 | - |
| YUV | 101.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 189 | 0.22 | 0.68 | 0 | 0.26 | 280.78 | 0.51 | 0.49 |
| Hex | 94 | 3D | BD | 16 | 44 | 0 | 1A | 119 | 33 | 31 |
| Octal | 224 | 75 | 275 | 26 | 104 | 0 | 32 | 431 | 63 | 61 |
| Binary | 10010100 | 111101 | 10111101 | 10110 | 1000100 | 0 | 11010 | 100011001 | 110011 | 110001 |
Color Harmonies of #943DBD
Complementary color
Monochromatic Colors of #943DBD
Black with #943DBD
Text Example
Text Example
White with #943DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DBD; }
p { color: rgb(148,61,189); }
H1.HeaderClassName
{
color: #943DBD;
}
.AnyTagClassName
{
color: #943DBD;
}
</style>
background-color css
<style>
a { background-color: #943DBD; }
a { background-color: rgb(148,61,189); }
div.DivClassName
{
background-color: #943DBD;
}
.BgClassName
{
background-color: #943DBD;
}
</style>
border-color css
<style>
span { border-color: #943DBD; }
span { border-color: rgb(148,61,189); }
td.TdClassName
{
border-color: #943DBD;
}
.TagClassName
{
border-color: #943DBD;
}
</style>