Shades of Dark Orchid #9841CF
Tints of Dark Orchid #9841CF
RGB
CMYK
RGB Variations
Color information
#9841CF (or 0x9841CF) is known color: Dark Orchid. HEX triplet: 98, 41 and CF. RGB value is (152,65,207). Sum of RGB (Red+Green+Blue) = 152+65+207=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #9841CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841CF is #67BE30. Grayscale: #6A6A6A. Windows color (decimal): -6798897 or 13582744. OLE color: 13582744.
HSL color Cylindrical-coordinate representation of color #9841CF: hue angle of 276.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9841CF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 65 | 207 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.19 |
| HSL | 276.76º | 0.6% | 0.53% | - |
| HSV(B) | 276.76º | 0.69% | 0.81% | - |
| XYZ | 26.1 | 14.96 | 60.54 | - |
| YUV | 107.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 207 | 0.27 | 0.69 | 0 | 0.19 | 276.76 | 0.6 | 0.53 |
| Hex | 98 | 41 | CF | 1B | 45 | 0 | 13 | 115 | 3C | 35 |
| Octal | 230 | 101 | 317 | 33 | 105 | 0 | 23 | 425 | 74 | 65 |
| Binary | 10011000 | 1000001 | 11001111 | 11011 | 1000101 | 0 | 10011 | 100010101 | 111100 | 110101 |
Color Harmonies of #9841CF
Complementary color
Monochromatic Colors of #9841CF
Black with #9841CF
Text Example
Text Example
White with #9841CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9841CF; }
p { color: rgb(152,65,207); }
H1.HeaderClassName
{
color: #9841CF;
}
.AnyTagClassName
{
color: #9841CF;
}
</style>
background-color css
<style>
a { background-color: #9841CF; }
a { background-color: rgb(152,65,207); }
div.DivClassName
{
background-color: #9841CF;
}
.BgClassName
{
background-color: #9841CF;
}
</style>
border-color css
<style>
span { border-color: #9841CF; }
span { border-color: rgb(152,65,207); }
td.TdClassName
{
border-color: #9841CF;
}
.TagClassName
{
border-color: #9841CF;
}
</style>