Shades of Dark Orchid #8942CB
Tints of Dark Orchid #8942CB
RGB
CMYK
RGB Variations
Color information
#8942CB (or 0x8942CB) is known color: Dark Orchid. HEX triplet: 89, 42 and CB. RGB value is (137,66,203). Sum of RGB (Red+Green+Blue) = 137+66+203=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #8942CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8942CB is #76BD34. Grayscale: #666666. Windows color (decimal): -7781685 or 13320841. OLE color: 13320841.
HSL color Cylindrical-coordinate representation of color #8942CB: hue angle of 271.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8942CB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 66 | 203 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.20 |
| HSL | 271.09º | 0.57% | 0.53% | - |
| HSV(B) | 271.09º | 0.67% | 0.8% | - |
| XYZ | 23.04 | 13.53 | 57.9 | - |
| YUV | 102.85 | 184.52 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 66 | 203 | 0.33 | 0.67 | 0 | 0.20 | 271.09 | 0.57 | 0.53 |
| Hex | 89 | 42 | CB | 21 | 43 | 0 | 14 | 10F | 39 | 35 |
| Octal | 211 | 102 | 313 | 41 | 103 | 0 | 24 | 417 | 71 | 65 |
| Binary | 10001001 | 1000010 | 11001011 | 100001 | 1000011 | 0 | 10100 | 100001111 | 111001 | 110101 |
Color Harmonies of #8942CB
Complementary color
Monochromatic Colors of #8942CB
Black with #8942CB
Text Example
Text Example
White with #8942CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8942CB; }
p { color: rgb(137,66,203); }
H1.HeaderClassName
{
color: #8942CB;
}
.AnyTagClassName
{
color: #8942CB;
}
</style>
background-color css
<style>
a { background-color: #8942CB; }
a { background-color: rgb(137,66,203); }
div.DivClassName
{
background-color: #8942CB;
}
.BgClassName
{
background-color: #8942CB;
}
</style>
border-color css
<style>
span { border-color: #8942CB; }
span { border-color: rgb(137,66,203); }
td.TdClassName
{
border-color: #8942CB;
}
.TagClassName
{
border-color: #8942CB;
}
</style>