Shades of Dark Orchid #943ABC
Tints of Dark Orchid #943ABC
RGB
CMYK
RGB Variations
Color information
#943ABC (or 0x943ABC) is known color: Dark Orchid. HEX triplet: 94, 3A and BC. RGB value is (148,58,188). Sum of RGB (Red+Green+Blue) = 148+58+188=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #943ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943ABC is #6BC543. Grayscale: #636363. Windows color (decimal): -7062852 or 12335764. OLE color: 12335764.
HSL color Cylindrical-coordinate representation of color #943ABC: hue angle of 281.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943ABC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 58 | 188 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.26 |
| HSL | 281.54º | 0.53% | 0.48% | - |
| HSV(B) | 281.54º | 0.69% | 0.74% | - |
| XYZ | 22.8 | 12.95 | 48.88 | - |
| YUV | 99.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 188 | 0.21 | 0.69 | 0 | 0.26 | 281.54 | 0.53 | 0.48 |
| Hex | 94 | 3A | BC | 15 | 45 | 0 | 1A | 11A | 35 | 30 |
| Octal | 224 | 72 | 274 | 25 | 105 | 0 | 32 | 432 | 65 | 60 |
| Binary | 10010100 | 111010 | 10111100 | 10101 | 1000101 | 0 | 11010 | 100011010 | 110101 | 110000 |
Color Harmonies of #943ABC
Complementary color
Monochromatic Colors of #943ABC
Black with #943ABC
Text Example
Text Example
White with #943ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943ABC; }
p { color: rgb(148,58,188); }
H1.HeaderClassName
{
color: #943ABC;
}
.AnyTagClassName
{
color: #943ABC;
}
</style>
background-color css
<style>
a { background-color: #943ABC; }
a { background-color: rgb(148,58,188); }
div.DivClassName
{
background-color: #943ABC;
}
.BgClassName
{
background-color: #943ABC;
}
</style>
border-color css
<style>
span { border-color: #943ABC; }
span { border-color: rgb(148,58,188); }
td.TdClassName
{
border-color: #943ABC;
}
.TagClassName
{
border-color: #943ABC;
}
</style>