Shades of Dark Orchid #943FC9
Tints of Dark Orchid #943FC9
RGB
CMYK
RGB Variations
Color information
#943FC9 (or 0x943FC9) is known color: Dark Orchid. HEX triplet: 94, 3F and C9. RGB value is (148,63,201). Sum of RGB (Red+Green+Blue) = 148+63+201=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #943FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FC9 is #6BC036. Grayscale: #676767. Windows color (decimal): -7061559 or 13189012. OLE color: 13189012.
HSL color Cylindrical-coordinate representation of color #943FC9: hue angle of 276.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943FC9 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 63 | 201 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.21 |
| HSL | 276.96º | 0.56% | 0.52% | - |
| HSV(B) | 276.96º | 0.69% | 0.79% | - |
| XYZ | 24.53 | 14.07 | 56.68 | - |
| YUV | 104.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 201 | 0.26 | 0.69 | 0 | 0.21 | 276.96 | 0.56 | 0.52 |
| Hex | 94 | 3F | C9 | 1A | 45 | 0 | 15 | 115 | 38 | 34 |
| Octal | 224 | 77 | 311 | 32 | 105 | 0 | 25 | 425 | 70 | 64 |
| Binary | 10010100 | 111111 | 11001001 | 11010 | 1000101 | 0 | 10101 | 100010101 | 111000 | 110100 |
Color Harmonies of #943FC9
Complementary color
Monochromatic Colors of #943FC9
Black with #943FC9
Text Example
Text Example
White with #943FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FC9; }
p { color: rgb(148,63,201); }
H1.HeaderClassName
{
color: #943FC9;
}
.AnyTagClassName
{
color: #943FC9;
}
</style>
background-color css
<style>
a { background-color: #943FC9; }
a { background-color: rgb(148,63,201); }
div.DivClassName
{
background-color: #943FC9;
}
.BgClassName
{
background-color: #943FC9;
}
</style>
border-color css
<style>
span { border-color: #943FC9; }
span { border-color: rgb(148,63,201); }
td.TdClassName
{
border-color: #943FC9;
}
.TagClassName
{
border-color: #943FC9;
}
</style>