Shades of Dark Orchid #9825D0
Tints of Dark Orchid #9825D0
RGB
CMYK
RGB Variations
Color information
#9825D0 (or 0x9825D0) is known color: Dark Orchid. HEX triplet: 98, 25 and D0. RGB value is (152,37,208). Sum of RGB (Red+Green+Blue) = 152+37+208=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #9825D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9825D0 is #67DA2F. Grayscale: #5A5A5A. Windows color (decimal): -6806064 or 13641112. OLE color: 13641112.
HSL color Cylindrical-coordinate representation of color #9825D0: hue angle of 280.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9825D0 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 37 | 208 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.18 |
| HSL | 280.35º | 0.7% | 0.48% | - |
| HSV(B) | 280.35º | 0.82% | 0.82% | - |
| XYZ | 25 | 12.55 | 60.78 | - |
| YUV | 90.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 208 | 0.27 | 0.82 | 0 | 0.18 | 280.35 | 0.7 | 0.48 |
| Hex | 98 | 25 | D0 | 1B | 52 | 0 | 12 | 118 | 46 | 30 |
| Octal | 230 | 45 | 320 | 33 | 122 | 0 | 22 | 430 | 106 | 60 |
| Binary | 10011000 | 100101 | 11010000 | 11011 | 1010010 | 0 | 10010 | 100011000 | 1000110 | 110000 |
Color Harmonies of #9825D0
Complementary color
Monochromatic Colors of #9825D0
Black with #9825D0
Text Example
Text Example
White with #9825D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825D0; }
p { color: rgb(152,37,208); }
H1.HeaderClassName
{
color: #9825D0;
}
.AnyTagClassName
{
color: #9825D0;
}
</style>
background-color css
<style>
a { background-color: #9825D0; }
a { background-color: rgb(152,37,208); }
div.DivClassName
{
background-color: #9825D0;
}
.BgClassName
{
background-color: #9825D0;
}
</style>
border-color css
<style>
span { border-color: #9825D0; }
span { border-color: rgb(152,37,208); }
td.TdClassName
{
border-color: #9825D0;
}
.TagClassName
{
border-color: #9825D0;
}
</style>