Shades of Dark Orchid #943DDB
Tints of Dark Orchid #943DDB
RGB
CMYK
RGB Variations
Color information
#943DDB (or 0x943DDB) is known color: Dark Orchid. HEX triplet: 94, 3D and DB. RGB value is (148,61,219). Sum of RGB (Red+Green+Blue) = 148+61+219=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #943DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DDB is #6BC224. Grayscale: #686868. Windows color (decimal): -7062053 or 14368148. OLE color: 14368148.
HSL color Cylindrical-coordinate representation of color #943DDB: hue angle of 273.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943DDB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 61 | 219 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.14 |
| HSL | 273.04º | 0.69% | 0.55% | - |
| HSV(B) | 273.04º | 0.72% | 0.86% | - |
| XYZ | 26.67 | 14.75 | 68.46 | - |
| YUV | 105.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 219 | 0.32 | 0.72 | 0 | 0.14 | 273.04 | 0.69 | 0.55 |
| Hex | 94 | 3D | DB | 20 | 48 | 0 | E | 111 | 45 | 37 |
| Octal | 224 | 75 | 333 | 40 | 110 | 0 | 16 | 421 | 105 | 67 |
| Binary | 10010100 | 111101 | 11011011 | 100000 | 1001000 | 0 | 1110 | 100010001 | 1000101 | 110111 |
Color Harmonies of #943DDB
Complementary color
Monochromatic Colors of #943DDB
Black with #943DDB
Text Example
Text Example
White with #943DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DDB; }
p { color: rgb(148,61,219); }
H1.HeaderClassName
{
color: #943DDB;
}
.AnyTagClassName
{
color: #943DDB;
}
</style>
background-color css
<style>
a { background-color: #943DDB; }
a { background-color: rgb(148,61,219); }
div.DivClassName
{
background-color: #943DDB;
}
.BgClassName
{
background-color: #943DDB;
}
</style>
border-color css
<style>
span { border-color: #943DDB; }
span { border-color: rgb(148,61,219); }
td.TdClassName
{
border-color: #943DDB;
}
.TagClassName
{
border-color: #943DDB;
}
</style>