Shades of Dark Orchid #943CDA
Tints of Dark Orchid #943CDA
RGB
CMYK
RGB Variations
Color information
#943CDA (or 0x943CDA) is known color: Dark Orchid. HEX triplet: 94, 3C and DA. RGB value is (148,60,218). Sum of RGB (Red+Green+Blue) = 148+60+218=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #943CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CDA is #6BC325. Grayscale: #676767. Windows color (decimal): -7062310 or 14302356. OLE color: 14302356.
HSL color Cylindrical-coordinate representation of color #943CDA: hue angle of 273.42º 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 #943CDA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 60 | 218 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.15 |
| HSL | 273.42º | 0.68% | 0.55% | - |
| HSV(B) | 273.42º | 0.72% | 0.85% | - |
| XYZ | 26.48 | 14.59 | 67.75 | - |
| YUV | 104.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 218 | 0.32 | 0.72 | 0 | 0.15 | 273.42 | 0.68 | 0.55 |
| Hex | 94 | 3C | DA | 20 | 48 | 0 | F | 111 | 44 | 37 |
| Octal | 224 | 74 | 332 | 40 | 110 | 0 | 17 | 421 | 104 | 67 |
| Binary | 10010100 | 111100 | 11011010 | 100000 | 1001000 | 0 | 1111 | 100010001 | 1000100 | 110111 |
Color Harmonies of #943CDA
Complementary color
Monochromatic Colors of #943CDA
Black with #943CDA
Text Example
Text Example
White with #943CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CDA; }
p { color: rgb(148,60,218); }
H1.HeaderClassName
{
color: #943CDA;
}
.AnyTagClassName
{
color: #943CDA;
}
</style>
background-color css
<style>
a { background-color: #943CDA; }
a { background-color: rgb(148,60,218); }
div.DivClassName
{
background-color: #943CDA;
}
.BgClassName
{
background-color: #943CDA;
}
</style>
border-color css
<style>
span { border-color: #943CDA; }
span { border-color: rgb(148,60,218); }
td.TdClassName
{
border-color: #943CDA;
}
.TagClassName
{
border-color: #943CDA;
}
</style>