Shades of Dark Orchid #9725D0
Tints of Dark Orchid #9725D0
RGB
CMYK
RGB Variations
Color information
#9725D0 (or 0x9725D0) is known color: Dark Orchid. HEX triplet: 97, 25 and D0. RGB value is (151,37,208). Sum of RGB (Red+Green+Blue) = 151+37+208=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #9725D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9725D0 is #68DA2F. Grayscale: #5A5A5A. Windows color (decimal): -6871600 or 13641111. OLE color: 13641111.
HSL color Cylindrical-coordinate representation of color #9725D0: hue angle of 280º 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 #9725D0 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 37 | 208 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.18 |
| HSL | 280º | 0.7% | 0.48% | - |
| HSV(B) | 280º | 0.82% | 0.82% | - |
| XYZ | 24.81 | 12.46 | 60.77 | - |
| YUV | 90.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 208 | 0.27 | 0.82 | 0 | 0.18 | 280 | 0.7 | 0.48 |
| Hex | 97 | 25 | D0 | 1B | 52 | 0 | 12 | 118 | 46 | 30 |
| Octal | 227 | 45 | 320 | 33 | 122 | 0 | 22 | 430 | 106 | 60 |
| Binary | 10010111 | 100101 | 11010000 | 11011 | 1010010 | 0 | 10010 | 100011000 | 1000110 | 110000 |
Color Harmonies of #9725D0
Complementary color
Monochromatic Colors of #9725D0
Black with #9725D0
Text Example
Text Example
White with #9725D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9725D0; }
p { color: rgb(151,37,208); }
H1.HeaderClassName
{
color: #9725D0;
}
.AnyTagClassName
{
color: #9725D0;
}
</style>
background-color css
<style>
a { background-color: #9725D0; }
a { background-color: rgb(151,37,208); }
div.DivClassName
{
background-color: #9725D0;
}
.BgClassName
{
background-color: #9725D0;
}
</style>
border-color css
<style>
span { border-color: #9725D0; }
span { border-color: rgb(151,37,208); }
td.TdClassName
{
border-color: #9725D0;
}
.TagClassName
{
border-color: #9725D0;
}
</style>