Shades of Dark Orchid #942AC8
Tints of Dark Orchid #942AC8
RGB
CMYK
RGB Variations
Color information
#942AC8 (or 0x942AC8) is known color: Dark Orchid. HEX triplet: 94, 2A and C8. RGB value is (148,42,200). Sum of RGB (Red+Green+Blue) = 148+42+200=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #942AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942AC8 is #6BD537. Grayscale: #5B5B5B. Windows color (decimal): -7066936 or 13118100. OLE color: 13118100.
HSL color Cylindrical-coordinate representation of color #942AC8: hue angle of 280.25º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942AC8 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 42 | 200 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.22 |
| HSL | 280.25º | 0.65% | 0.47% | - |
| HSV(B) | 280.25º | 0.79% | 0.78% | - |
| XYZ | 23.47 | 12.12 | 55.75 | - |
| YUV | 91.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 200 | 0.26 | 0.79 | 0 | 0.22 | 280.25 | 0.65 | 0.47 |
| Hex | 94 | 2A | C8 | 1A | 4F | 0 | 16 | 118 | 41 | 2F |
| Octal | 224 | 52 | 310 | 32 | 117 | 0 | 26 | 430 | 101 | 57 |
| Binary | 10010100 | 101010 | 11001000 | 11010 | 1001111 | 0 | 10110 | 100011000 | 1000001 | 101111 |
Color Harmonies of #942AC8
Complementary color
Monochromatic Colors of #942AC8
Black with #942AC8
Text Example
Text Example
White with #942AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942AC8; }
p { color: rgb(148,42,200); }
H1.HeaderClassName
{
color: #942AC8;
}
.AnyTagClassName
{
color: #942AC8;
}
</style>
background-color css
<style>
a { background-color: #942AC8; }
a { background-color: rgb(148,42,200); }
div.DivClassName
{
background-color: #942AC8;
}
.BgClassName
{
background-color: #942AC8;
}
</style>
border-color css
<style>
span { border-color: #942AC8; }
span { border-color: rgb(148,42,200); }
td.TdClassName
{
border-color: #942AC8;
}
.TagClassName
{
border-color: #942AC8;
}
</style>