Shades of Dark Orchid #8922CB
Tints of Dark Orchid #8922CB
RGB
CMYK
RGB Variations
Color information
#8922CB (or 0x8922CB) is known color: Dark Orchid. HEX triplet: 89, 22 and CB. RGB value is (137,34,203). Sum of RGB (Red+Green+Blue) = 137+34+203=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #8922CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8922CB is #76DD34. Grayscale: #535353. Windows color (decimal): -7789877 or 13312649. OLE color: 13312649.
HSL color Cylindrical-coordinate representation of color #8922CB: hue angle of 276.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8922CB is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 34 | 203 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.20 |
| HSL | 276.57º | 0.71% | 0.46% | - |
| HSV(B) | 276.57º | 0.83% | 0.8% | - |
| XYZ | 21.67 | 10.77 | 57.44 | - |
| YUV | 84.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 203 | 0.33 | 0.83 | 0 | 0.20 | 276.57 | 0.71 | 0.46 |
| Hex | 89 | 22 | CB | 21 | 53 | 0 | 14 | 115 | 47 | 2E |
| Octal | 211 | 42 | 313 | 41 | 123 | 0 | 24 | 425 | 107 | 56 |
| Binary | 10001001 | 100010 | 11001011 | 100001 | 1010011 | 0 | 10100 | 100010101 | 1000111 | 101110 |
Color Harmonies of #8922CB
Complementary color
Monochromatic Colors of #8922CB
Black with #8922CB
Text Example
Text Example
White with #8922CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8922CB; }
p { color: rgb(137,34,203); }
H1.HeaderClassName
{
color: #8922CB;
}
.AnyTagClassName
{
color: #8922CB;
}
</style>
background-color css
<style>
a { background-color: #8922CB; }
a { background-color: rgb(137,34,203); }
div.DivClassName
{
background-color: #8922CB;
}
.BgClassName
{
background-color: #8922CB;
}
</style>
border-color css
<style>
span { border-color: #8922CB; }
span { border-color: rgb(137,34,203); }
td.TdClassName
{
border-color: #8922CB;
}
.TagClassName
{
border-color: #8922CB;
}
</style>