Shades of Dark Orchid #942ABE
Tints of Dark Orchid #942ABE
RGB
CMYK
RGB Variations
Color information
#942ABE (or 0x942ABE) is known color: Dark Orchid. HEX triplet: 94, 2A and BE. RGB value is (148,42,190). Sum of RGB (Red+Green+Blue) = 148+42+190=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #942ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ABE is #6BD541. Grayscale: #5A5A5A. Windows color (decimal): -7066946 or 12462740. OLE color: 12462740.
HSL color Cylindrical-coordinate representation of color #942ABE: hue angle of 282.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942ABE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 42 | 190 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.25 |
| HSL | 282.97º | 0.64% | 0.45% | - |
| HSV(B) | 282.97º | 0.78% | 0.75% | - |
| XYZ | 22.33 | 11.67 | 49.79 | - |
| YUV | 90.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 190 | 0.22 | 0.78 | 0 | 0.25 | 282.97 | 0.64 | 0.45 |
| Hex | 94 | 2A | BE | 16 | 4E | 0 | 19 | 11B | 40 | 2D |
| Octal | 224 | 52 | 276 | 26 | 116 | 0 | 31 | 433 | 100 | 55 |
| Binary | 10010100 | 101010 | 10111110 | 10110 | 1001110 | 0 | 11001 | 100011011 | 1000000 | 101101 |
Color Harmonies of #942ABE
Complementary color
Monochromatic Colors of #942ABE
Black with #942ABE
Text Example
Text Example
White with #942ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942ABE; }
p { color: rgb(148,42,190); }
H1.HeaderClassName
{
color: #942ABE;
}
.AnyTagClassName
{
color: #942ABE;
}
</style>
background-color css
<style>
a { background-color: #942ABE; }
a { background-color: rgb(148,42,190); }
div.DivClassName
{
background-color: #942ABE;
}
.BgClassName
{
background-color: #942ABE;
}
</style>
border-color css
<style>
span { border-color: #942ABE; }
span { border-color: rgb(148,42,190); }
td.TdClassName
{
border-color: #942ABE;
}
.TagClassName
{
border-color: #942ABE;
}
</style>