Shades of Dark Orchid #9820C4
Tints of Dark Orchid #9820C4
RGB
CMYK
RGB Variations
Color information
#9820C4 (or 0x9820C4) is known color: Dark Orchid. HEX triplet: 98, 20 and C4. RGB value is (152,32,196). Sum of RGB (Red+Green+Blue) = 152+32+196=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #9820C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9820C4 is #67DF3B. Grayscale: #565656. Windows color (decimal): -6807356 or 12853400. OLE color: 12853400.
HSL color Cylindrical-coordinate representation of color #9820C4: hue angle of 283.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9820C4 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 32 | 196 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.23 |
| HSL | 283.9º | 0.72% | 0.45% | - |
| HSV(B) | 283.9º | 0.84% | 0.77% | - |
| XYZ | 23.43 | 11.69 | 53.25 | - |
| YUV | 86.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 196 | 0.22 | 0.84 | 0 | 0.23 | 283.9 | 0.72 | 0.45 |
| Hex | 98 | 20 | C4 | 16 | 54 | 0 | 17 | 11C | 48 | 2D |
| Octal | 230 | 40 | 304 | 26 | 124 | 0 | 27 | 434 | 110 | 55 |
| Binary | 10011000 | 100000 | 11000100 | 10110 | 1010100 | 0 | 10111 | 100011100 | 1001000 | 101101 |
Color Harmonies of #9820C4
Complementary color
Monochromatic Colors of #9820C4
Black with #9820C4
Text Example
Text Example
White with #9820C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9820C4; }
p { color: rgb(152,32,196); }
H1.HeaderClassName
{
color: #9820C4;
}
.AnyTagClassName
{
color: #9820C4;
}
</style>
background-color css
<style>
a { background-color: #9820C4; }
a { background-color: rgb(152,32,196); }
div.DivClassName
{
background-color: #9820C4;
}
.BgClassName
{
background-color: #9820C4;
}
</style>
border-color css
<style>
span { border-color: #9820C4; }
span { border-color: rgb(152,32,196); }
td.TdClassName
{
border-color: #9820C4;
}
.TagClassName
{
border-color: #9820C4;
}
</style>