Shades of Dark Orchid #8931CB
Tints of Dark Orchid #8931CB
RGB
CMYK
RGB Variations
Color information
#8931CB (or 0x8931CB) is known color: Dark Orchid. HEX triplet: 89, 31 and CB. RGB value is (137,49,203). Sum of RGB (Red+Green+Blue) = 137+49+203=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #8931CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8931CB is #76CE34. Grayscale: #5C5C5C. Windows color (decimal): -7786037 or 13316489. OLE color: 13316489.
HSL color Cylindrical-coordinate representation of color #8931CB: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8931CB is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 49 | 203 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.20 |
| HSL | 274.29º | 0.61% | 0.49% | - |
| HSV(B) | 274.29º | 0.76% | 0.8% | - |
| XYZ | 22.19 | 11.83 | 57.61 | - |
| YUV | 92.87 | 190.15 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 203 | 0.33 | 0.76 | 0 | 0.20 | 274.29 | 0.61 | 0.49 |
| Hex | 89 | 31 | CB | 21 | 4C | 0 | 14 | 112 | 3D | 31 |
| Octal | 211 | 61 | 313 | 41 | 114 | 0 | 24 | 422 | 75 | 61 |
| Binary | 10001001 | 110001 | 11001011 | 100001 | 1001100 | 0 | 10100 | 100010010 | 111101 | 110001 |
Color Harmonies of #8931CB
Complementary color
Monochromatic Colors of #8931CB
Black with #8931CB
Text Example
Text Example
White with #8931CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8931CB; }
p { color: rgb(137,49,203); }
H1.HeaderClassName
{
color: #8931CB;
}
.AnyTagClassName
{
color: #8931CB;
}
</style>
background-color css
<style>
a { background-color: #8931CB; }
a { background-color: rgb(137,49,203); }
div.DivClassName
{
background-color: #8931CB;
}
.BgClassName
{
background-color: #8931CB;
}
</style>
border-color css
<style>
span { border-color: #8931CB; }
span { border-color: rgb(137,49,203); }
td.TdClassName
{
border-color: #8931CB;
}
.TagClassName
{
border-color: #8931CB;
}
</style>