Shades of Dark Orchid #9834C0
Tints of Dark Orchid #9834C0
RGB
CMYK
RGB Variations
Color information
#9834C0 (or 0x9834C0) is known color: Dark Orchid. HEX triplet: 98, 34 and C0. RGB value is (152,52,192). Sum of RGB (Red+Green+Blue) = 152+52+192=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #9834C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9834C0 is #67CB3F. Grayscale: #616161. Windows color (decimal): -6802240 or 12596376. OLE color: 12596376.
HSL color Cylindrical-coordinate representation of color #9834C0: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9834C0 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 52 | 192 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.25 |
| HSL | 282.86º | 0.57% | 0.48% | - |
| HSV(B) | 282.86º | 0.73% | 0.75% | - |
| XYZ | 23.69 | 12.94 | 51.12 | - |
| YUV | 97.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 192 | 0.21 | 0.73 | 0 | 0.25 | 282.86 | 0.57 | 0.48 |
| Hex | 98 | 34 | C0 | 15 | 49 | 0 | 19 | 11B | 39 | 30 |
| Octal | 230 | 64 | 300 | 25 | 111 | 0 | 31 | 433 | 71 | 60 |
| Binary | 10011000 | 110100 | 11000000 | 10101 | 1001001 | 0 | 11001 | 100011011 | 111001 | 110000 |
Color Harmonies of #9834C0
Complementary color
Monochromatic Colors of #9834C0
Black with #9834C0
Text Example
Text Example
White with #9834C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9834C0; }
p { color: rgb(152,52,192); }
H1.HeaderClassName
{
color: #9834C0;
}
.AnyTagClassName
{
color: #9834C0;
}
</style>
background-color css
<style>
a { background-color: #9834C0; }
a { background-color: rgb(152,52,192); }
div.DivClassName
{
background-color: #9834C0;
}
.BgClassName
{
background-color: #9834C0;
}
</style>
border-color css
<style>
span { border-color: #9834C0; }
span { border-color: rgb(152,52,192); }
td.TdClassName
{
border-color: #9834C0;
}
.TagClassName
{
border-color: #9834C0;
}
</style>