Shades of Dark Orchid #943AB3
Tints of Dark Orchid #943AB3
RGB
CMYK
RGB Variations
Color information
#943AB3 (or 0x943AB3) is known color: Dark Orchid. HEX triplet: 94, 3A and B3. RGB value is (148,58,179). Sum of RGB (Red+Green+Blue) = 148+58+179=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #943AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943AB3 is #6BC54C. Grayscale: #626262. Windows color (decimal): -7062861 or 11745940. OLE color: 11745940.
HSL color Cylindrical-coordinate representation of color #943AB3: hue angle of 284.63º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943AB3 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 58 | 179 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.30 |
| HSL | 284.63º | 0.51% | 0.46% | - |
| HSV(B) | 284.63º | 0.68% | 0.7% | - |
| XYZ | 21.86 | 12.58 | 43.92 | - |
| YUV | 98.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 179 | 0.17 | 0.68 | 0 | 0.30 | 284.63 | 0.51 | 0.46 |
| Hex | 94 | 3A | B3 | 11 | 44 | 0 | 1E | 11D | 33 | 2E |
| Octal | 224 | 72 | 263 | 21 | 104 | 0 | 36 | 435 | 63 | 56 |
| Binary | 10010100 | 111010 | 10110011 | 10001 | 1000100 | 0 | 11110 | 100011101 | 110011 | 101110 |
Color Harmonies of #943AB3
Complementary color
Monochromatic Colors of #943AB3
Black with #943AB3
Text Example
Text Example
White with #943AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943AB3; }
p { color: rgb(148,58,179); }
H1.HeaderClassName
{
color: #943AB3;
}
.AnyTagClassName
{
color: #943AB3;
}
</style>
background-color css
<style>
a { background-color: #943AB3; }
a { background-color: rgb(148,58,179); }
div.DivClassName
{
background-color: #943AB3;
}
.BgClassName
{
background-color: #943AB3;
}
</style>
border-color css
<style>
span { border-color: #943AB3; }
span { border-color: rgb(148,58,179); }
td.TdClassName
{
border-color: #943AB3;
}
.TagClassName
{
border-color: #943AB3;
}
</style>