Shades of Dark Orchid #943AD0
Tints of Dark Orchid #943AD0
RGB
CMYK
RGB Variations
Color information
#943AD0 (or 0x943AD0) is known color: Dark Orchid. HEX triplet: 94, 3A and D0. RGB value is (148,58,208). Sum of RGB (Red+Green+Blue) = 148+58+208=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #943AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943AD0 is #6BC52F. Grayscale: #656565. Windows color (decimal): -7062832 or 13646484. OLE color: 13646484.
HSL color Cylindrical-coordinate representation of color #943AD0: hue angle of 276º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943AD0 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 58 | 208 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.18 |
| HSL | 276º | 0.61% | 0.52% | - |
| HSV(B) | 276º | 0.72% | 0.82% | - |
| XYZ | 25.11 | 13.88 | 61.03 | - |
| YUV | 102.01 | 187.82 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 208 | 0.29 | 0.72 | 0 | 0.18 | 276 | 0.61 | 0.52 |
| Hex | 94 | 3A | D0 | 1D | 48 | 0 | 12 | 114 | 3D | 34 |
| Octal | 224 | 72 | 320 | 35 | 110 | 0 | 22 | 424 | 75 | 64 |
| Binary | 10010100 | 111010 | 11010000 | 11101 | 1001000 | 0 | 10010 | 100010100 | 111101 | 110100 |
Color Harmonies of #943AD0
Complementary color
Monochromatic Colors of #943AD0
Black with #943AD0
Text Example
Text Example
White with #943AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943AD0; }
p { color: rgb(148,58,208); }
H1.HeaderClassName
{
color: #943AD0;
}
.AnyTagClassName
{
color: #943AD0;
}
</style>
background-color css
<style>
a { background-color: #943AD0; }
a { background-color: rgb(148,58,208); }
div.DivClassName
{
background-color: #943AD0;
}
.BgClassName
{
background-color: #943AD0;
}
</style>
border-color css
<style>
span { border-color: #943AD0; }
span { border-color: rgb(148,58,208); }
td.TdClassName
{
border-color: #943AD0;
}
.TagClassName
{
border-color: #943AD0;
}
</style>