Shades of Dark Orchid #943DC2
Tints of Dark Orchid #943DC2
RGB
CMYK
RGB Variations
Color information
#943DC2 (or 0x943DC2) is known color: Dark Orchid. HEX triplet: 94, 3D and C2. RGB value is (148,61,194). Sum of RGB (Red+Green+Blue) = 148+61+194=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #943DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DC2 is #6BC23D. Grayscale: #656565. Windows color (decimal): -7062078 or 12729748. OLE color: 12729748.
HSL color Cylindrical-coordinate representation of color #943DC2: hue angle of 279.25º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943DC2 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 61 | 194 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.24 |
| HSL | 279.25º | 0.52% | 0.5% | - |
| HSV(B) | 279.25º | 0.69% | 0.76% | - |
| XYZ | 23.62 | 13.53 | 52.41 | - |
| YUV | 102.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 194 | 0.24 | 0.69 | 0 | 0.24 | 279.25 | 0.52 | 0.5 |
| Hex | 94 | 3D | C2 | 18 | 45 | 0 | 18 | 117 | 34 | 32 |
| Octal | 224 | 75 | 302 | 30 | 105 | 0 | 30 | 427 | 64 | 62 |
| Binary | 10010100 | 111101 | 11000010 | 11000 | 1000101 | 0 | 11000 | 100010111 | 110100 | 110010 |
Color Harmonies of #943DC2
Complementary color
Monochromatic Colors of #943DC2
Black with #943DC2
Text Example
Text Example
White with #943DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DC2; }
p { color: rgb(148,61,194); }
H1.HeaderClassName
{
color: #943DC2;
}
.AnyTagClassName
{
color: #943DC2;
}
</style>
background-color css
<style>
a { background-color: #943DC2; }
a { background-color: rgb(148,61,194); }
div.DivClassName
{
background-color: #943DC2;
}
.BgClassName
{
background-color: #943DC2;
}
</style>
border-color css
<style>
span { border-color: #943DC2; }
span { border-color: rgb(148,61,194); }
td.TdClassName
{
border-color: #943DC2;
}
.TagClassName
{
border-color: #943DC2;
}
</style>