Shades of Dark Orchid #943AC5
Tints of Dark Orchid #943AC5
RGB
CMYK
RGB Variations
Color information
#943AC5 (or 0x943AC5) is known color: Dark Orchid. HEX triplet: 94, 3A and C5. RGB value is (148,58,197). Sum of RGB (Red+Green+Blue) = 148+58+197=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #943AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943AC5 is #6BC53A. Grayscale: #646464. Windows color (decimal): -7062843 or 12925588. OLE color: 12925588.
HSL color Cylindrical-coordinate representation of color #943AC5: hue angle of 278.85º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #943AC5 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 58 | 197 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.23 |
| HSL | 278.85º | 0.55% | 0.5% | - |
| HSV(B) | 278.85º | 0.71% | 0.77% | - |
| XYZ | 23.8 | 13.35 | 54.15 | - |
| YUV | 100.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 197 | 0.25 | 0.71 | 0 | 0.23 | 278.85 | 0.55 | 0.5 |
| Hex | 94 | 3A | C5 | 19 | 47 | 0 | 17 | 117 | 37 | 32 |
| Octal | 224 | 72 | 305 | 31 | 107 | 0 | 27 | 427 | 67 | 62 |
| Binary | 10010100 | 111010 | 11000101 | 11001 | 1000111 | 0 | 10111 | 100010111 | 110111 | 110010 |
Color Harmonies of #943AC5
Complementary color
Monochromatic Colors of #943AC5
Black with #943AC5
Text Example
Text Example
White with #943AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943AC5; }
p { color: rgb(148,58,197); }
H1.HeaderClassName
{
color: #943AC5;
}
.AnyTagClassName
{
color: #943AC5;
}
</style>
background-color css
<style>
a { background-color: #943AC5; }
a { background-color: rgb(148,58,197); }
div.DivClassName
{
background-color: #943AC5;
}
.BgClassName
{
background-color: #943AC5;
}
</style>
border-color css
<style>
span { border-color: #943AC5; }
span { border-color: rgb(148,58,197); }
td.TdClassName
{
border-color: #943AC5;
}
.TagClassName
{
border-color: #943AC5;
}
</style>