Shades of Dark Orchid #9830DC
Tints of Dark Orchid #9830DC
RGB
CMYK
RGB Variations
Color information
#9830DC (or 0x9830DC) is known color: Dark Orchid. HEX triplet: 98, 30 and DC. RGB value is (152,48,220). Sum of RGB (Red+Green+Blue) = 152+48+220=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #9830DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830DC is #67CF23. Grayscale: #626262. Windows color (decimal): -6803236 or 14430360. OLE color: 14430360.
HSL color Cylindrical-coordinate representation of color #9830DC: hue angle of 276.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9830DC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 48 | 220 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.14 |
| HSL | 276.28º | 0.71% | 0.53% | - |
| HSV(B) | 276.28º | 0.78% | 0.86% | - |
| XYZ | 26.92 | 13.96 | 68.98 | - |
| YUV | 98.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 220 | 0.31 | 0.78 | 0 | 0.14 | 276.28 | 0.71 | 0.53 |
| Hex | 98 | 30 | DC | 1F | 4E | 0 | E | 114 | 47 | 35 |
| Octal | 230 | 60 | 334 | 37 | 116 | 0 | 16 | 424 | 107 | 65 |
| Binary | 10011000 | 110000 | 11011100 | 11111 | 1001110 | 0 | 1110 | 100010100 | 1000111 | 110101 |
Color Harmonies of #9830DC
Complementary color
Monochromatic Colors of #9830DC
Black with #9830DC
Text Example
Text Example
White with #9830DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830DC; }
p { color: rgb(152,48,220); }
H1.HeaderClassName
{
color: #9830DC;
}
.AnyTagClassName
{
color: #9830DC;
}
</style>
background-color css
<style>
a { background-color: #9830DC; }
a { background-color: rgb(152,48,220); }
div.DivClassName
{
background-color: #9830DC;
}
.BgClassName
{
background-color: #9830DC;
}
</style>
border-color css
<style>
span { border-color: #9830DC; }
span { border-color: rgb(152,48,220); }
td.TdClassName
{
border-color: #9830DC;
}
.TagClassName
{
border-color: #9830DC;
}
</style>