Shades of Dark Orchid #943DDA
Tints of Dark Orchid #943DDA
RGB
CMYK
RGB Variations
Color information
#943DDA (or 0x943DDA) is known color: Dark Orchid. HEX triplet: 94, 3D and DA. RGB value is (148,61,218). Sum of RGB (Red+Green+Blue) = 148+61+218=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #943DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DDA is #6BC225. Grayscale: #686868. Windows color (decimal): -7062054 or 14302612. OLE color: 14302612.
HSL color Cylindrical-coordinate representation of color #943DDA: hue angle of 273.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #943DDA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 61 | 218 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.15 |
| HSL | 273.25º | 0.68% | 0.55% | - |
| HSV(B) | 273.25º | 0.72% | 0.85% | - |
| XYZ | 26.54 | 14.7 | 67.77 | - |
| YUV | 104.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 218 | 0.32 | 0.72 | 0 | 0.15 | 273.25 | 0.68 | 0.55 |
| Hex | 94 | 3D | DA | 20 | 48 | 0 | F | 111 | 44 | 37 |
| Octal | 224 | 75 | 332 | 40 | 110 | 0 | 17 | 421 | 104 | 67 |
| Binary | 10010100 | 111101 | 11011010 | 100000 | 1001000 | 0 | 1111 | 100010001 | 1000100 | 110111 |
Color Harmonies of #943DDA
Complementary color
Monochromatic Colors of #943DDA
Black with #943DDA
Text Example
Text Example
White with #943DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DDA; }
p { color: rgb(148,61,218); }
H1.HeaderClassName
{
color: #943DDA;
}
.AnyTagClassName
{
color: #943DDA;
}
</style>
background-color css
<style>
a { background-color: #943DDA; }
a { background-color: rgb(148,61,218); }
div.DivClassName
{
background-color: #943DDA;
}
.BgClassName
{
background-color: #943DDA;
}
</style>
border-color css
<style>
span { border-color: #943DDA; }
span { border-color: rgb(148,61,218); }
td.TdClassName
{
border-color: #943DDA;
}
.TagClassName
{
border-color: #943DDA;
}
</style>