Shades of Dark Orchid #9834DC
Tints of Dark Orchid #9834DC
RGB
CMYK
RGB Variations
Color information
#9834DC (or 0x9834DC) is known color: Dark Orchid. HEX triplet: 98, 34 and DC. RGB value is (152,52,220). Sum of RGB (Red+Green+Blue) = 152+52+220=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #9834DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9834DC is #67CB23. Grayscale: #646464. Windows color (decimal): -6802212 or 14431384. OLE color: 14431384.
HSL color Cylindrical-coordinate representation of color #9834DC: hue angle of 275.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9834DC is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 52 | 220 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.14 |
| HSL | 275.71º | 0.71% | 0.53% | - |
| HSV(B) | 275.71º | 0.76% | 0.86% | - |
| XYZ | 27.1 | 14.3 | 69.04 | - |
| YUV | 101.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 220 | 0.31 | 0.76 | 0 | 0.14 | 275.71 | 0.71 | 0.53 |
| Hex | 98 | 34 | DC | 1F | 4C | 0 | E | 114 | 47 | 35 |
| Octal | 230 | 64 | 334 | 37 | 114 | 0 | 16 | 424 | 107 | 65 |
| Binary | 10011000 | 110100 | 11011100 | 11111 | 1001100 | 0 | 1110 | 100010100 | 1000111 | 110101 |
Color Harmonies of #9834DC
Complementary color
Monochromatic Colors of #9834DC
Black with #9834DC
Text Example
Text Example
White with #9834DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9834DC; }
p { color: rgb(152,52,220); }
H1.HeaderClassName
{
color: #9834DC;
}
.AnyTagClassName
{
color: #9834DC;
}
</style>
background-color css
<style>
a { background-color: #9834DC; }
a { background-color: rgb(152,52,220); }
div.DivClassName
{
background-color: #9834DC;
}
.BgClassName
{
background-color: #9834DC;
}
</style>
border-color css
<style>
span { border-color: #9834DC; }
span { border-color: rgb(152,52,220); }
td.TdClassName
{
border-color: #9834DC;
}
.TagClassName
{
border-color: #9834DC;
}
</style>