Shades of Dark Orchid #943FCF
Tints of Dark Orchid #943FCF
RGB
CMYK
RGB Variations
Color information
#943FCF (or 0x943FCF) is known color: Dark Orchid. HEX triplet: 94, 3F and CF. RGB value is (148,63,207). Sum of RGB (Red+Green+Blue) = 148+63+207=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #943FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FCF is #6BC030. Grayscale: #686868. Windows color (decimal): -7061553 or 13582228. OLE color: 13582228.
HSL color Cylindrical-coordinate representation of color #943FCF: hue angle of 275.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #943FCF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 63 | 207 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.19 |
| HSL | 275.42º | 0.6% | 0.53% | - |
| HSV(B) | 275.42º | 0.7% | 0.81% | - |
| XYZ | 25.25 | 14.36 | 60.47 | - |
| YUV | 104.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 207 | 0.29 | 0.70 | 0 | 0.19 | 275.42 | 0.6 | 0.53 |
| Hex | 94 | 3F | CF | 1D | 46 | 0 | 13 | 113 | 3C | 35 |
| Octal | 224 | 77 | 317 | 35 | 106 | 0 | 23 | 423 | 74 | 65 |
| Binary | 10010100 | 111111 | 11001111 | 11101 | 1000110 | 0 | 10011 | 100010011 | 111100 | 110101 |
Color Harmonies of #943FCF
Complementary color
Monochromatic Colors of #943FCF
Black with #943FCF
Text Example
Text Example
White with #943FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FCF; }
p { color: rgb(148,63,207); }
H1.HeaderClassName
{
color: #943FCF;
}
.AnyTagClassName
{
color: #943FCF;
}
</style>
background-color css
<style>
a { background-color: #943FCF; }
a { background-color: rgb(148,63,207); }
div.DivClassName
{
background-color: #943FCF;
}
.BgClassName
{
background-color: #943FCF;
}
</style>
border-color css
<style>
span { border-color: #943FCF; }
span { border-color: rgb(148,63,207); }
td.TdClassName
{
border-color: #943FCF;
}
.TagClassName
{
border-color: #943FCF;
}
</style>