Shades of Dark Orchid #9825AB
Tints of Dark Orchid #9825AB
RGB
CMYK
RGB Variations
Color information
#9825AB (or 0x9825AB) is known color: Dark Orchid. HEX triplet: 98, 25 and AB. RGB value is (152,37,171). Sum of RGB (Red+Green+Blue) = 152+37+171=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #9825AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9825AB is #67DA54. Grayscale: #565656. Windows color (decimal): -6806101 or 11216280. OLE color: 11216280.
HSL color Cylindrical-coordinate representation of color #9825AB: hue angle of 291.49º degrees, saturation: 0.64, 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 #9825AB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 37 | 171 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.33 |
| HSL | 291.49º | 0.64% | 0.41% | - |
| HSV(B) | 291.49º | 0.78% | 0.67% | - |
| XYZ | 20.96 | 10.94 | 39.53 | - |
| YUV | 86.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 171 | 0.11 | 0.78 | 0 | 0.33 | 291.49 | 0.64 | 0.41 |
| Hex | 98 | 25 | AB | B | 4E | 0 | 21 | 123 | 40 | 29 |
| Octal | 230 | 45 | 253 | 13 | 116 | 0 | 41 | 443 | 100 | 51 |
| Binary | 10011000 | 100101 | 10101011 | 1011 | 1001110 | 0 | 100001 | 100100011 | 1000000 | 101001 |
Color Harmonies of #9825AB
Complementary color
Monochromatic Colors of #9825AB
Black with #9825AB
Text Example
Text Example
White with #9825AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825AB; }
p { color: rgb(152,37,171); }
H1.HeaderClassName
{
color: #9825AB;
}
.AnyTagClassName
{
color: #9825AB;
}
</style>
background-color css
<style>
a { background-color: #9825AB; }
a { background-color: rgb(152,37,171); }
div.DivClassName
{
background-color: #9825AB;
}
.BgClassName
{
background-color: #9825AB;
}
</style>
border-color css
<style>
span { border-color: #9825AB; }
span { border-color: rgb(152,37,171); }
td.TdClassName
{
border-color: #9825AB;
}
.TagClassName
{
border-color: #9825AB;
}
</style>