Shades of Dark Orchid #9825AC
Tints of Dark Orchid #9825AC
RGB
CMYK
RGB Variations
Color information
#9825AC (or 0x9825AC) is known color: Dark Orchid. HEX triplet: 98, 25 and AC. RGB value is (152,37,172). Sum of RGB (Red+Green+Blue) = 152+37+172=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #9825AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9825AC is #67DA53. Grayscale: #565656. Windows color (decimal): -6806100 or 11281816. OLE color: 11281816.
HSL color Cylindrical-coordinate representation of color #9825AC: hue angle of 291.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9825AC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 37 | 172 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.33 |
| HSL | 291.11º | 0.65% | 0.41% | - |
| HSV(B) | 291.11º | 0.78% | 0.67% | - |
| XYZ | 21.06 | 10.98 | 40.04 | - |
| YUV | 86.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 172 | 0.12 | 0.78 | 0 | 0.33 | 291.11 | 0.65 | 0.41 |
| Hex | 98 | 25 | AC | C | 4E | 0 | 21 | 123 | 41 | 29 |
| Octal | 230 | 45 | 254 | 14 | 116 | 0 | 41 | 443 | 101 | 51 |
| Binary | 10011000 | 100101 | 10101100 | 1100 | 1001110 | 0 | 100001 | 100100011 | 1000001 | 101001 |
Color Harmonies of #9825AC
Complementary color
Monochromatic Colors of #9825AC
Black with #9825AC
Text Example
Text Example
White with #9825AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825AC; }
p { color: rgb(152,37,172); }
H1.HeaderClassName
{
color: #9825AC;
}
.AnyTagClassName
{
color: #9825AC;
}
</style>
background-color css
<style>
a { background-color: #9825AC; }
a { background-color: rgb(152,37,172); }
div.DivClassName
{
background-color: #9825AC;
}
.BgClassName
{
background-color: #9825AC;
}
</style>
border-color css
<style>
span { border-color: #9825AC; }
span { border-color: rgb(152,37,172); }
td.TdClassName
{
border-color: #9825AC;
}
.TagClassName
{
border-color: #9825AC;
}
</style>