Shades of Dark Orchid #9830AC
Tints of Dark Orchid #9830AC
RGB
CMYK
RGB Variations
Color information
#9830AC (or 0x9830AC) is known color: Dark Orchid. HEX triplet: 98, 30 and AC. RGB value is (152,48,172). Sum of RGB (Red+Green+Blue) = 152+48+172=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #9830AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9830AC is #67CF53. Grayscale: #5C5C5C. Windows color (decimal): -6803284 or 11284632. OLE color: 11284632.
HSL color Cylindrical-coordinate representation of color #9830AC: hue angle of 290.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9830AC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 48 | 172 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.33 |
| HSL | 290.32º | 0.56% | 0.43% | - |
| HSV(B) | 290.32º | 0.72% | 0.67% | - |
| XYZ | 21.45 | 11.77 | 40.17 | - |
| YUV | 93.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 172 | 0.12 | 0.72 | 0 | 0.33 | 290.32 | 0.56 | 0.43 |
| Hex | 98 | 30 | AC | C | 48 | 0 | 21 | 122 | 38 | 2B |
| Octal | 230 | 60 | 254 | 14 | 110 | 0 | 41 | 442 | 70 | 53 |
| Binary | 10011000 | 110000 | 10101100 | 1100 | 1001000 | 0 | 100001 | 100100010 | 111000 | 101011 |
Color Harmonies of #9830AC
Complementary color
Monochromatic Colors of #9830AC
Black with #9830AC
Text Example
Text Example
White with #9830AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830AC; }
p { color: rgb(152,48,172); }
H1.HeaderClassName
{
color: #9830AC;
}
.AnyTagClassName
{
color: #9830AC;
}
</style>
background-color css
<style>
a { background-color: #9830AC; }
a { background-color: rgb(152,48,172); }
div.DivClassName
{
background-color: #9830AC;
}
.BgClassName
{
background-color: #9830AC;
}
</style>
border-color css
<style>
span { border-color: #9830AC; }
span { border-color: rgb(152,48,172); }
td.TdClassName
{
border-color: #9830AC;
}
.TagClassName
{
border-color: #9830AC;
}
</style>