Shades of Dark Orchid #9841CB
Tints of Dark Orchid #9841CB
RGB
CMYK
RGB Variations
Color information
#9841CB (or 0x9841CB) is known color: Dark Orchid. HEX triplet: 98, 41 and CB. RGB value is (152,65,203). Sum of RGB (Red+Green+Blue) = 152+65+203=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #9841CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841CB is #67BE34. Grayscale: #6A6A6A. Windows color (decimal): -6798901 or 13320600. OLE color: 13320600.
HSL color Cylindrical-coordinate representation of color #9841CB: hue angle of 277.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9841CB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 65 | 203 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.20 |
| HSL | 277.83º | 0.57% | 0.53% | - |
| HSV(B) | 277.83º | 0.68% | 0.8% | - |
| XYZ | 25.62 | 14.77 | 58 | - |
| YUV | 106.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 203 | 0.25 | 0.68 | 0 | 0.20 | 277.83 | 0.57 | 0.53 |
| Hex | 98 | 41 | CB | 19 | 44 | 0 | 14 | 116 | 39 | 35 |
| Octal | 230 | 101 | 313 | 31 | 104 | 0 | 24 | 426 | 71 | 65 |
| Binary | 10011000 | 1000001 | 11001011 | 11001 | 1000100 | 0 | 10100 | 100010110 | 111001 | 110101 |
Color Harmonies of #9841CB
Complementary color
Monochromatic Colors of #9841CB
Black with #9841CB
Text Example
Text Example
White with #9841CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9841CB; }
p { color: rgb(152,65,203); }
H1.HeaderClassName
{
color: #9841CB;
}
.AnyTagClassName
{
color: #9841CB;
}
</style>
background-color css
<style>
a { background-color: #9841CB; }
a { background-color: rgb(152,65,203); }
div.DivClassName
{
background-color: #9841CB;
}
.BgClassName
{
background-color: #9841CB;
}
</style>
border-color css
<style>
span { border-color: #9841CB; }
span { border-color: rgb(152,65,203); }
td.TdClassName
{
border-color: #9841CB;
}
.TagClassName
{
border-color: #9841CB;
}
</style>