Shades of Dark Orchid #9840C4
Tints of Dark Orchid #9840C4
RGB
CMYK
RGB Variations
Color information
#9840C4 (or 0x9840C4) is known color: Dark Orchid. HEX triplet: 98, 40 and C4. RGB value is (152,64,196). Sum of RGB (Red+Green+Blue) = 152+64+196=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #9840C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9840C4 is #67BF3B. Grayscale: #686868. Windows color (decimal): -6799164 or 12861592. OLE color: 12861592.
HSL color Cylindrical-coordinate representation of color #9840C4: hue angle of 280º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9840C4 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 64 | 196 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.23 |
| HSL | 280º | 0.53% | 0.51% | - |
| HSV(B) | 280º | 0.67% | 0.77% | - |
| XYZ | 24.75 | 14.33 | 53.69 | - |
| YUV | 105.36 | 179.15 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 196 | 0.22 | 0.67 | 0 | 0.23 | 280 | 0.53 | 0.51 |
| Hex | 98 | 40 | C4 | 16 | 43 | 0 | 17 | 118 | 35 | 33 |
| Octal | 230 | 100 | 304 | 26 | 103 | 0 | 27 | 430 | 65 | 63 |
| Binary | 10011000 | 1000000 | 11000100 | 10110 | 1000011 | 0 | 10111 | 100011000 | 110101 | 110011 |
Color Harmonies of #9840C4
Complementary color
Monochromatic Colors of #9840C4
Black with #9840C4
Text Example
Text Example
White with #9840C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9840C4; }
p { color: rgb(152,64,196); }
H1.HeaderClassName
{
color: #9840C4;
}
.AnyTagClassName
{
color: #9840C4;
}
</style>
background-color css
<style>
a { background-color: #9840C4; }
a { background-color: rgb(152,64,196); }
div.DivClassName
{
background-color: #9840C4;
}
.BgClassName
{
background-color: #9840C4;
}
</style>
border-color css
<style>
span { border-color: #9840C4; }
span { border-color: rgb(152,64,196); }
td.TdClassName
{
border-color: #9840C4;
}
.TagClassName
{
border-color: #9840C4;
}
</style>