Shades of Dark Orchid #943BDA
Tints of Dark Orchid #943BDA
RGB
CMYK
RGB Variations
Color information
#943BDA (or 0x943BDA) is known color: Dark Orchid. HEX triplet: 94, 3B and DA. RGB value is (148,59,218). Sum of RGB (Red+Green+Blue) = 148+59+218=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #943BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BDA is #6BC425. Grayscale: #676767. Windows color (decimal): -7062566 or 14302100. OLE color: 14302100.
HSL color Cylindrical-coordinate representation of color #943BDA: hue angle of 273.58º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #943BDA is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 59 | 218 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.15 |
| HSL | 273.58º | 0.68% | 0.54% | - |
| HSV(B) | 273.58º | 0.73% | 0.85% | - |
| XYZ | 26.43 | 14.49 | 67.73 | - |
| YUV | 103.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 218 | 0.32 | 0.73 | 0 | 0.15 | 273.58 | 0.68 | 0.54 |
| Hex | 94 | 3B | DA | 20 | 49 | 0 | F | 112 | 44 | 36 |
| Octal | 224 | 73 | 332 | 40 | 111 | 0 | 17 | 422 | 104 | 66 |
| Binary | 10010100 | 111011 | 11011010 | 100000 | 1001001 | 0 | 1111 | 100010010 | 1000100 | 110110 |
Color Harmonies of #943BDA
Complementary color
Monochromatic Colors of #943BDA
Black with #943BDA
Text Example
Text Example
White with #943BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943BDA; }
p { color: rgb(148,59,218); }
H1.HeaderClassName
{
color: #943BDA;
}
.AnyTagClassName
{
color: #943BDA;
}
</style>
background-color css
<style>
a { background-color: #943BDA; }
a { background-color: rgb(148,59,218); }
div.DivClassName
{
background-color: #943BDA;
}
.BgClassName
{
background-color: #943BDA;
}
</style>
border-color css
<style>
span { border-color: #943BDA; }
span { border-color: rgb(148,59,218); }
td.TdClassName
{
border-color: #943BDA;
}
.TagClassName
{
border-color: #943BDA;
}
</style>