Shades of Dark Orchid #9728BF
Tints of Dark Orchid #9728BF
RGB
CMYK
RGB Variations
Color information
#9728BF (or 0x9728BF) is known color: Dark Orchid. HEX triplet: 97, 28 and BF. RGB value is (151,40,191). Sum of RGB (Red+Green+Blue) = 151+40+191=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #9728BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9728BF is #68D740. Grayscale: #595959. Windows color (decimal): -6870849 or 12527767. OLE color: 12527767.
HSL color Cylindrical-coordinate representation of color #9728BF: hue angle of 284.11º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9728BF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 40 | 191 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.25 |
| HSL | 284.11º | 0.65% | 0.45% | - |
| HSV(B) | 284.11º | 0.79% | 0.75% | - |
| XYZ | 22.93 | 11.86 | 50.37 | - |
| YUV | 90.4 | 184.77 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 191 | 0.21 | 0.79 | 0 | 0.25 | 284.11 | 0.65 | 0.45 |
| Hex | 97 | 28 | BF | 15 | 4F | 0 | 19 | 11C | 41 | 2D |
| Octal | 227 | 50 | 277 | 25 | 117 | 0 | 31 | 434 | 101 | 55 |
| Binary | 10010111 | 101000 | 10111111 | 10101 | 1001111 | 0 | 11001 | 100011100 | 1000001 | 101101 |
Color Harmonies of #9728BF
Complementary color
Monochromatic Colors of #9728BF
Black with #9728BF
Text Example
Text Example
White with #9728BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9728BF; }
p { color: rgb(151,40,191); }
H1.HeaderClassName
{
color: #9728BF;
}
.AnyTagClassName
{
color: #9728BF;
}
</style>
background-color css
<style>
a { background-color: #9728BF; }
a { background-color: rgb(151,40,191); }
div.DivClassName
{
background-color: #9728BF;
}
.BgClassName
{
background-color: #9728BF;
}
</style>
border-color css
<style>
span { border-color: #9728BF; }
span { border-color: rgb(151,40,191); }
td.TdClassName
{
border-color: #9728BF;
}
.TagClassName
{
border-color: #9728BF;
}
</style>