Shades of Dark Orchid #942DB0
Tints of Dark Orchid #942DB0
RGB
CMYK
RGB Variations
Color information
#942DB0 (or 0x942DB0) is known color: Dark Orchid. HEX triplet: 94, 2D and B0. RGB value is (148,45,176). Sum of RGB (Red+Green+Blue) = 148+45+176=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #942DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942DB0 is #6BD24F. Grayscale: #5A5A5A. Windows color (decimal): -7066192 or 11546004. OLE color: 11546004.
HSL color Cylindrical-coordinate representation of color #942DB0: hue angle of 287.18º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942DB0 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 45 | 176 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.31 |
| HSL | 287.18º | 0.59% | 0.43% | - |
| HSV(B) | 287.18º | 0.74% | 0.69% | - |
| XYZ | 20.99 | 11.31 | 42.15 | - |
| YUV | 90.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 176 | 0.16 | 0.74 | 0 | 0.31 | 287.18 | 0.59 | 0.43 |
| Hex | 94 | 2D | B0 | 10 | 4A | 0 | 1F | 11F | 3B | 2B |
| Octal | 224 | 55 | 260 | 20 | 112 | 0 | 37 | 437 | 73 | 53 |
| Binary | 10010100 | 101101 | 10110000 | 10000 | 1001010 | 0 | 11111 | 100011111 | 111011 | 101011 |
Color Harmonies of #942DB0
Complementary color
Monochromatic Colors of #942DB0
Black with #942DB0
Text Example
Text Example
White with #942DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DB0; }
p { color: rgb(148,45,176); }
H1.HeaderClassName
{
color: #942DB0;
}
.AnyTagClassName
{
color: #942DB0;
}
</style>
background-color css
<style>
a { background-color: #942DB0; }
a { background-color: rgb(148,45,176); }
div.DivClassName
{
background-color: #942DB0;
}
.BgClassName
{
background-color: #942DB0;
}
</style>
border-color css
<style>
span { border-color: #942DB0; }
span { border-color: rgb(148,45,176); }
td.TdClassName
{
border-color: #942DB0;
}
.TagClassName
{
border-color: #942DB0;
}
</style>