Shades of Dark Orchid #9830CE
Tints of Dark Orchid #9830CE
RGB
CMYK
RGB Variations
Color information
#9830CE (or 0x9830CE) is known color: Dark Orchid. HEX triplet: 98, 30 and CE. RGB value is (152,48,206). Sum of RGB (Red+Green+Blue) = 152+48+206=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #9830CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830CE is #67CF31. Grayscale: #606060. Windows color (decimal): -6803250 or 13512856. OLE color: 13512856.
HSL color Cylindrical-coordinate representation of color #9830CE: hue angle of 279.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9830CE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 48 | 206 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.19 |
| HSL | 279.49º | 0.62% | 0.5% | - |
| HSV(B) | 279.49º | 0.77% | 0.81% | - |
| XYZ | 25.15 | 13.25 | 59.62 | - |
| YUV | 97.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 206 | 0.26 | 0.77 | 0 | 0.19 | 279.49 | 0.62 | 0.5 |
| Hex | 98 | 30 | CE | 1A | 4D | 0 | 13 | 117 | 3E | 32 |
| Octal | 230 | 60 | 316 | 32 | 115 | 0 | 23 | 427 | 76 | 62 |
| Binary | 10011000 | 110000 | 11001110 | 11010 | 1001101 | 0 | 10011 | 100010111 | 111110 | 110010 |
Color Harmonies of #9830CE
Complementary color
Monochromatic Colors of #9830CE
Black with #9830CE
Text Example
Text Example
White with #9830CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830CE; }
p { color: rgb(152,48,206); }
H1.HeaderClassName
{
color: #9830CE;
}
.AnyTagClassName
{
color: #9830CE;
}
</style>
background-color css
<style>
a { background-color: #9830CE; }
a { background-color: rgb(152,48,206); }
div.DivClassName
{
background-color: #9830CE;
}
.BgClassName
{
background-color: #9830CE;
}
</style>
border-color css
<style>
span { border-color: #9830CE; }
span { border-color: rgb(152,48,206); }
td.TdClassName
{
border-color: #9830CE;
}
.TagClassName
{
border-color: #9830CE;
}
</style>