Shades of Dark Orchid #943DCA
Tints of Dark Orchid #943DCA
RGB
CMYK
RGB Variations
Color information
#943DCA (or 0x943DCA) is known color: Dark Orchid. HEX triplet: 94, 3D and CA. RGB value is (148,61,202). Sum of RGB (Red+Green+Blue) = 148+61+202=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #943DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DCA is #6BC235. Grayscale: #666666. Windows color (decimal): -7062070 or 13254036. OLE color: 13254036.
HSL color Cylindrical-coordinate representation of color #943DCA: hue angle of 277.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943DCA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 61 | 202 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.21 |
| HSL | 277.02º | 0.57% | 0.52% | - |
| HSV(B) | 277.02º | 0.7% | 0.79% | - |
| XYZ | 24.54 | 13.9 | 57.27 | - |
| YUV | 103.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 202 | 0.27 | 0.70 | 0 | 0.21 | 277.02 | 0.57 | 0.52 |
| Hex | 94 | 3D | CA | 1B | 46 | 0 | 15 | 115 | 39 | 34 |
| Octal | 224 | 75 | 312 | 33 | 106 | 0 | 25 | 425 | 71 | 64 |
| Binary | 10010100 | 111101 | 11001010 | 11011 | 1000110 | 0 | 10101 | 100010101 | 111001 | 110100 |
Color Harmonies of #943DCA
Complementary color
Monochromatic Colors of #943DCA
Black with #943DCA
Text Example
Text Example
White with #943DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DCA; }
p { color: rgb(148,61,202); }
H1.HeaderClassName
{
color: #943DCA;
}
.AnyTagClassName
{
color: #943DCA;
}
</style>
background-color css
<style>
a { background-color: #943DCA; }
a { background-color: rgb(148,61,202); }
div.DivClassName
{
background-color: #943DCA;
}
.BgClassName
{
background-color: #943DCA;
}
</style>
border-color css
<style>
span { border-color: #943DCA; }
span { border-color: rgb(148,61,202); }
td.TdClassName
{
border-color: #943DCA;
}
.TagClassName
{
border-color: #943DCA;
}
</style>