Shades of Dark Orchid #9825BC
Tints of Dark Orchid #9825BC
RGB
CMYK
RGB Variations
Color information
#9825BC (or 0x9825BC) is known color: Dark Orchid. HEX triplet: 98, 25 and BC. RGB value is (152,37,188). Sum of RGB (Red+Green+Blue) = 152+37+188=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #9825BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9825BC is #67DA43. Grayscale: #585858. Windows color (decimal): -6806084 or 12330392. OLE color: 12330392.
HSL color Cylindrical-coordinate representation of color #9825BC: hue angle of 285.7º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9825BC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 37 | 188 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.26 |
| HSL | 285.7º | 0.67% | 0.44% | - |
| HSV(B) | 285.7º | 0.8% | 0.74% | - |
| XYZ | 22.69 | 11.63 | 48.63 | - |
| YUV | 88.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 188 | 0.19 | 0.80 | 0 | 0.26 | 285.7 | 0.67 | 0.44 |
| Hex | 98 | 25 | BC | 13 | 50 | 0 | 1A | 11E | 43 | 2C |
| Octal | 230 | 45 | 274 | 23 | 120 | 0 | 32 | 436 | 103 | 54 |
| Binary | 10011000 | 100101 | 10111100 | 10011 | 1010000 | 0 | 11010 | 100011110 | 1000011 | 101100 |
Color Harmonies of #9825BC
Complementary color
Monochromatic Colors of #9825BC
Black with #9825BC
Text Example
Text Example
White with #9825BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825BC; }
p { color: rgb(152,37,188); }
H1.HeaderClassName
{
color: #9825BC;
}
.AnyTagClassName
{
color: #9825BC;
}
</style>
background-color css
<style>
a { background-color: #9825BC; }
a { background-color: rgb(152,37,188); }
div.DivClassName
{
background-color: #9825BC;
}
.BgClassName
{
background-color: #9825BC;
}
</style>
border-color css
<style>
span { border-color: #9825BC; }
span { border-color: rgb(152,37,188); }
td.TdClassName
{
border-color: #9825BC;
}
.TagClassName
{
border-color: #9825BC;
}
</style>