Shades of Dark Orchid #943FC3
Tints of Dark Orchid #943FC3
RGB
CMYK
RGB Variations
Color information
#943FC3 (or 0x943FC3) is known color: Dark Orchid. HEX triplet: 94, 3F and C3. RGB value is (148,63,195). Sum of RGB (Red+Green+Blue) = 148+63+195=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #943FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FC3 is #6BC03C. Grayscale: #676767. Windows color (decimal): -7061565 or 12795796. OLE color: 12795796.
HSL color Cylindrical-coordinate representation of color #943FC3: hue angle of 278.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943FC3 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 63 | 195 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.24 |
| HSL | 278.64º | 0.52% | 0.51% | - |
| HSV(B) | 278.64º | 0.68% | 0.76% | - |
| XYZ | 23.84 | 13.79 | 53.04 | - |
| YUV | 103.46 | 179.66 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 195 | 0.24 | 0.68 | 0 | 0.24 | 278.64 | 0.52 | 0.51 |
| Hex | 94 | 3F | C3 | 18 | 44 | 0 | 18 | 117 | 34 | 33 |
| Octal | 224 | 77 | 303 | 30 | 104 | 0 | 30 | 427 | 64 | 63 |
| Binary | 10010100 | 111111 | 11000011 | 11000 | 1000100 | 0 | 11000 | 100010111 | 110100 | 110011 |
Color Harmonies of #943FC3
Complementary color
Monochromatic Colors of #943FC3
Black with #943FC3
Text Example
Text Example
White with #943FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FC3; }
p { color: rgb(148,63,195); }
H1.HeaderClassName
{
color: #943FC3;
}
.AnyTagClassName
{
color: #943FC3;
}
</style>
background-color css
<style>
a { background-color: #943FC3; }
a { background-color: rgb(148,63,195); }
div.DivClassName
{
background-color: #943FC3;
}
.BgClassName
{
background-color: #943FC3;
}
</style>
border-color css
<style>
span { border-color: #943FC3; }
span { border-color: rgb(148,63,195); }
td.TdClassName
{
border-color: #943FC3;
}
.TagClassName
{
border-color: #943FC3;
}
</style>