Shades of Dark Orchid #8925B2
Tints of Dark Orchid #8925B2
RGB
CMYK
RGB Variations
Color information
#8925B2 (or 0x8925B2) is known color: Dark Orchid. HEX triplet: 89, 25 and B2. RGB value is (137,37,178). Sum of RGB (Red+Green+Blue) = 137+37+178=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #8925B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8925B2 is #76DA4D. Grayscale: #525252. Windows color (decimal): -7789134 or 11675017. OLE color: 11675017.
HSL color Cylindrical-coordinate representation of color #8925B2: hue angle of 282.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8925B2 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 37 | 178 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.30 |
| HSL | 282.55º | 0.66% | 0.42% | - |
| HSV(B) | 282.55º | 0.79% | 0.7% | - |
| XYZ | 19.01 | 9.86 | 43.02 | - |
| YUV | 82.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 178 | 0.23 | 0.79 | 0 | 0.30 | 282.55 | 0.66 | 0.42 |
| Hex | 89 | 25 | B2 | 17 | 4F | 0 | 1E | 11B | 42 | 2A |
| Octal | 211 | 45 | 262 | 27 | 117 | 0 | 36 | 433 | 102 | 52 |
| Binary | 10001001 | 100101 | 10110010 | 10111 | 1001111 | 0 | 11110 | 100011011 | 1000010 | 101010 |
Color Harmonies of #8925B2
Complementary color
Monochromatic Colors of #8925B2
Black with #8925B2
Text Example
Text Example
White with #8925B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8925B2; }
p { color: rgb(137,37,178); }
H1.HeaderClassName
{
color: #8925B2;
}
.AnyTagClassName
{
color: #8925B2;
}
</style>
background-color css
<style>
a { background-color: #8925B2; }
a { background-color: rgb(137,37,178); }
div.DivClassName
{
background-color: #8925B2;
}
.BgClassName
{
background-color: #8925B2;
}
</style>
border-color css
<style>
span { border-color: #8925B2; }
span { border-color: rgb(137,37,178); }
td.TdClassName
{
border-color: #8925B2;
}
.TagClassName
{
border-color: #8925B2;
}
</style>