Shades of Dark Orchid #943DBE
Tints of Dark Orchid #943DBE
RGB
CMYK
RGB Variations
Color information
#943DBE (or 0x943DBE) is known color: Dark Orchid. HEX triplet: 94, 3D and BE. RGB value is (148,61,190). Sum of RGB (Red+Green+Blue) = 148+61+190=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #943DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DBE is #6BC241. Grayscale: #656565. Windows color (decimal): -7062082 or 12467604. OLE color: 12467604.
HSL color Cylindrical-coordinate representation of color #943DBE: hue angle of 280.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943DBE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 61 | 190 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.25 |
| HSL | 280.47º | 0.51% | 0.49% | - |
| HSV(B) | 280.47º | 0.68% | 0.75% | - |
| XYZ | 23.18 | 13.35 | 50.07 | - |
| YUV | 101.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 190 | 0.22 | 0.68 | 0 | 0.25 | 280.47 | 0.51 | 0.49 |
| Hex | 94 | 3D | BE | 16 | 44 | 0 | 19 | 118 | 33 | 31 |
| Octal | 224 | 75 | 276 | 26 | 104 | 0 | 31 | 430 | 63 | 61 |
| Binary | 10010100 | 111101 | 10111110 | 10110 | 1000100 | 0 | 11001 | 100011000 | 110011 | 110001 |
Color Harmonies of #943DBE
Complementary color
Monochromatic Colors of #943DBE
Black with #943DBE
Text Example
Text Example
White with #943DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943DBE; }
p { color: rgb(148,61,190); }
H1.HeaderClassName
{
color: #943DBE;
}
.AnyTagClassName
{
color: #943DBE;
}
</style>
background-color css
<style>
a { background-color: #943DBE; }
a { background-color: rgb(148,61,190); }
div.DivClassName
{
background-color: #943DBE;
}
.BgClassName
{
background-color: #943DBE;
}
</style>
border-color css
<style>
span { border-color: #943DBE; }
span { border-color: rgb(148,61,190); }
td.TdClassName
{
border-color: #943DBE;
}
.TagClassName
{
border-color: #943DBE;
}
</style>