Shades of Dark Orchid #943DCD
Tints of Dark Orchid #943DCD
RGB
CMYK
RGB Variations
Color information
#943DCD (or 0x943DCD) is known color: Dark Orchid. HEX triplet: 94, 3D and CD. RGB value is (148,61,205). Sum of RGB (Red+Green+Blue) = 148+61+205=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #943DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DCD is #6BC232. Grayscale: #666666. Windows color (decimal): -7062067 or 13450644. OLE color: 13450644.
HSL color Cylindrical-coordinate representation of color #943DCD: hue angle of 276.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943DCD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 61 | 205 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.20 |
| HSL | 276.25º | 0.59% | 0.52% | - |
| HSV(B) | 276.25º | 0.7% | 0.8% | - |
| XYZ | 24.9 | 14.04 | 59.16 | - |
| YUV | 103.43 | 185.32 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 205 | 0.28 | 0.70 | 0 | 0.20 | 276.25 | 0.59 | 0.52 |
| Hex | 94 | 3D | CD | 1C | 46 | 0 | 14 | 114 | 3B | 34 |
| Octal | 224 | 75 | 315 | 34 | 106 | 0 | 24 | 424 | 73 | 64 |
| Binary | 10010100 | 111101 | 11001101 | 11100 | 1000110 | 0 | 10100 | 100010100 | 111011 | 110100 |
Color Harmonies of #943DCD
Complementary color
Monochromatic Colors of #943DCD
Black with #943DCD
Text Example
Text Example
White with #943DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DCD; }
p { color: rgb(148,61,205); }
H1.HeaderClassName
{
color: #943DCD;
}
.AnyTagClassName
{
color: #943DCD;
}
</style>
background-color css
<style>
a { background-color: #943DCD; }
a { background-color: rgb(148,61,205); }
div.DivClassName
{
background-color: #943DCD;
}
.BgClassName
{
background-color: #943DCD;
}
</style>
border-color css
<style>
span { border-color: #943DCD; }
span { border-color: rgb(148,61,205); }
td.TdClassName
{
border-color: #943DCD;
}
.TagClassName
{
border-color: #943DCD;
}
</style>