Shades of Dark Orchid #9841C7
Tints of Dark Orchid #9841C7
RGB
CMYK
RGB Variations
Color information
#9841C7 (or 0x9841C7) is known color: Dark Orchid. HEX triplet: 98, 41 and C7. RGB value is (152,65,199). Sum of RGB (Red+Green+Blue) = 152+65+199=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #9841C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841C7 is #67BE38. Grayscale: #696969. Windows color (decimal): -6798905 or 13058456. OLE color: 13058456.
HSL color Cylindrical-coordinate representation of color #9841C7: hue angle of 278.96º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9841C7 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 65 | 199 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.22 |
| HSL | 278.96º | 0.54% | 0.52% | - |
| HSV(B) | 278.96º | 0.67% | 0.78% | - |
| XYZ | 25.15 | 14.58 | 55.52 | - |
| YUV | 106.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 199 | 0.24 | 0.67 | 0 | 0.22 | 278.96 | 0.54 | 0.52 |
| Hex | 98 | 41 | C7 | 18 | 43 | 0 | 16 | 117 | 36 | 34 |
| Octal | 230 | 101 | 307 | 30 | 103 | 0 | 26 | 427 | 66 | 64 |
| Binary | 10011000 | 1000001 | 11000111 | 11000 | 1000011 | 0 | 10110 | 100010111 | 110110 | 110100 |
Color Harmonies of #9841C7
Complementary color
Monochromatic Colors of #9841C7
Black with #9841C7
Text Example
Text Example
White with #9841C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9841C7; }
p { color: rgb(152,65,199); }
H1.HeaderClassName
{
color: #9841C7;
}
.AnyTagClassName
{
color: #9841C7;
}
</style>
background-color css
<style>
a { background-color: #9841C7; }
a { background-color: rgb(152,65,199); }
div.DivClassName
{
background-color: #9841C7;
}
.BgClassName
{
background-color: #9841C7;
}
</style>
border-color css
<style>
span { border-color: #9841C7; }
span { border-color: rgb(152,65,199); }
td.TdClassName
{
border-color: #9841C7;
}
.TagClassName
{
border-color: #9841C7;
}
</style>