Shades of Dark Orchid #943CCC
Tints of Dark Orchid #943CCC
RGB
CMYK
RGB Variations
Color information
#943CCC (or 0x943CCC) is known color: Dark Orchid. HEX triplet: 94, 3C and CC. RGB value is (148,60,204). Sum of RGB (Red+Green+Blue) = 148+60+204=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #943CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943CCC is #6BC333. Grayscale: #666666. Windows color (decimal): -7062324 or 13384852. OLE color: 13384852.
HSL color Cylindrical-coordinate representation of color #943CCC: hue angle of 276.67º 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 #943CCC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 60 | 204 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.2 |
| HSL | 276.67º | 0.59% | 0.52% | - |
| HSV(B) | 276.67º | 0.71% | 0.8% | - |
| XYZ | 24.73 | 13.89 | 58.5 | - |
| YUV | 102.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 204 | 0.27 | 0.71 | 0 | 0.2 | 276.67 | 0.59 | 0.52 |
| Hex | 94 | 3C | CC | 1B | 47 | 0 | 14 | 115 | 3B | 34 |
| Octal | 224 | 74 | 314 | 33 | 107 | 0 | 24 | 425 | 73 | 64 |
| Binary | 10010100 | 111100 | 11001100 | 11011 | 1000111 | 0 | 10100 | 100010101 | 111011 | 110100 |
Color Harmonies of #943CCC
Complementary color
Monochromatic Colors of #943CCC
Black with #943CCC
Text Example
Text Example
White with #943CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CCC; }
p { color: rgb(148,60,204); }
H1.HeaderClassName
{
color: #943CCC;
}
.AnyTagClassName
{
color: #943CCC;
}
</style>
background-color css
<style>
a { background-color: #943CCC; }
a { background-color: rgb(148,60,204); }
div.DivClassName
{
background-color: #943CCC;
}
.BgClassName
{
background-color: #943CCC;
}
</style>
border-color css
<style>
span { border-color: #943CCC; }
span { border-color: rgb(148,60,204); }
td.TdClassName
{
border-color: #943CCC;
}
.TagClassName
{
border-color: #943CCC;
}
</style>