Shades of Dark Orchid #9825C7
Tints of Dark Orchid #9825C7
RGB
CMYK
RGB Variations
Color information
#9825C7 (or 0x9825C7) is known color: Dark Orchid. HEX triplet: 98, 25 and C7. RGB value is (152,37,199). Sum of RGB (Red+Green+Blue) = 152+37+199=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #9825C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9825C7 is #67DA38. Grayscale: #595959. Windows color (decimal): -6806073 or 13051288. OLE color: 13051288.
HSL color Cylindrical-coordinate representation of color #9825C7: hue angle of 282.59º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9825C7 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 37 | 199 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.22 |
| HSL | 282.59º | 0.69% | 0.46% | - |
| HSV(B) | 282.59º | 0.81% | 0.78% | - |
| XYZ | 23.92 | 12.12 | 55.11 | - |
| YUV | 89.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 199 | 0.24 | 0.81 | 0 | 0.22 | 282.59 | 0.69 | 0.46 |
| Hex | 98 | 25 | C7 | 18 | 51 | 0 | 16 | 11B | 45 | 2E |
| Octal | 230 | 45 | 307 | 30 | 121 | 0 | 26 | 433 | 105 | 56 |
| Binary | 10011000 | 100101 | 11000111 | 11000 | 1010001 | 0 | 10110 | 100011011 | 1000101 | 101110 |
Color Harmonies of #9825C7
Complementary color
Monochromatic Colors of #9825C7
Black with #9825C7
Text Example
Text Example
White with #9825C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825C7; }
p { color: rgb(152,37,199); }
H1.HeaderClassName
{
color: #9825C7;
}
.AnyTagClassName
{
color: #9825C7;
}
</style>
background-color css
<style>
a { background-color: #9825C7; }
a { background-color: rgb(152,37,199); }
div.DivClassName
{
background-color: #9825C7;
}
.BgClassName
{
background-color: #9825C7;
}
</style>
border-color css
<style>
span { border-color: #9825C7; }
span { border-color: rgb(152,37,199); }
td.TdClassName
{
border-color: #9825C7;
}
.TagClassName
{
border-color: #9825C7;
}
</style>