Shades of Dark Orchid #9825CC
Tints of Dark Orchid #9825CC
RGB
CMYK
RGB Variations
Color information
#9825CC (or 0x9825CC) is known color: Dark Orchid. HEX triplet: 98, 25 and CC. RGB value is (152,37,204). Sum of RGB (Red+Green+Blue) = 152+37+204=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #9825CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9825CC is #67DA33. Grayscale: #595959. Windows color (decimal): -6806068 or 13378968. OLE color: 13378968.
HSL color Cylindrical-coordinate representation of color #9825CC: hue angle of 281.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9825CC is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 37 | 204 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.2 |
| HSL | 281.32º | 0.69% | 0.47% | - |
| HSV(B) | 281.32º | 0.82% | 0.8% | - |
| XYZ | 24.51 | 12.36 | 58.22 | - |
| YUV | 90.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 204 | 0.25 | 0.82 | 0 | 0.2 | 281.32 | 0.69 | 0.47 |
| Hex | 98 | 25 | CC | 19 | 52 | 0 | 14 | 119 | 45 | 2F |
| Octal | 230 | 45 | 314 | 31 | 122 | 0 | 24 | 431 | 105 | 57 |
| Binary | 10011000 | 100101 | 11001100 | 11001 | 1010010 | 0 | 10100 | 100011001 | 1000101 | 101111 |
Color Harmonies of #9825CC
Complementary color
Monochromatic Colors of #9825CC
Black with #9825CC
Text Example
Text Example
White with #9825CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825CC; }
p { color: rgb(152,37,204); }
H1.HeaderClassName
{
color: #9825CC;
}
.AnyTagClassName
{
color: #9825CC;
}
</style>
background-color css
<style>
a { background-color: #9825CC; }
a { background-color: rgb(152,37,204); }
div.DivClassName
{
background-color: #9825CC;
}
.BgClassName
{
background-color: #9825CC;
}
</style>
border-color css
<style>
span { border-color: #9825CC; }
span { border-color: rgb(152,37,204); }
td.TdClassName
{
border-color: #9825CC;
}
.TagClassName
{
border-color: #9825CC;
}
</style>