Shades of Dark Orchid #943CCD
Tints of Dark Orchid #943CCD
RGB
CMYK
RGB Variations
Color information
#943CCD (or 0x943CCD) is known color: Dark Orchid. HEX triplet: 94, 3C and CD. RGB value is (148,60,205). Sum of RGB (Red+Green+Blue) = 148+60+205=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #943CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CCD is #6BC332. Grayscale: #666666. Windows color (decimal): -7062323 or 13450388. OLE color: 13450388.
HSL color Cylindrical-coordinate representation of color #943CCD: hue angle of 276.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #943CCD is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 60 | 205 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.20 |
| HSL | 276.41º | 0.59% | 0.52% | - |
| HSV(B) | 276.41º | 0.71% | 0.8% | - |
| XYZ | 24.85 | 13.94 | 59.14 | - |
| YUV | 102.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 205 | 0.28 | 0.71 | 0 | 0.20 | 276.41 | 0.59 | 0.52 |
| Hex | 94 | 3C | CD | 1C | 47 | 0 | 14 | 114 | 3B | 34 |
| Octal | 224 | 74 | 315 | 34 | 107 | 0 | 24 | 424 | 73 | 64 |
| Binary | 10010100 | 111100 | 11001101 | 11100 | 1000111 | 0 | 10100 | 100010100 | 111011 | 110100 |
Color Harmonies of #943CCD
Complementary color
Monochromatic Colors of #943CCD
Black with #943CCD
Text Example
Text Example
White with #943CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CCD; }
p { color: rgb(148,60,205); }
H1.HeaderClassName
{
color: #943CCD;
}
.AnyTagClassName
{
color: #943CCD;
}
</style>
background-color css
<style>
a { background-color: #943CCD; }
a { background-color: rgb(148,60,205); }
div.DivClassName
{
background-color: #943CCD;
}
.BgClassName
{
background-color: #943CCD;
}
</style>
border-color css
<style>
span { border-color: #943CCD; }
span { border-color: rgb(148,60,205); }
td.TdClassName
{
border-color: #943CCD;
}
.TagClassName
{
border-color: #943CCD;
}
</style>