Shades of Dark Orchid #9728CF
Tints of Dark Orchid #9728CF
RGB
CMYK
RGB Variations
Color information
#9728CF (or 0x9728CF) is known color: Dark Orchid. HEX triplet: 97, 28 and CF. RGB value is (151,40,207). Sum of RGB (Red+Green+Blue) = 151+40+207=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #9728CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9728CF is #68D730. Grayscale: #5B5B5B. Windows color (decimal): -6870833 or 13576343. OLE color: 13576343.
HSL color Cylindrical-coordinate representation of color #9728CF: hue angle of 279.88º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9728CF is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 40 | 207 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.19 |
| HSL | 279.88º | 0.68% | 0.48% | - |
| HSV(B) | 279.88º | 0.81% | 0.81% | - |
| XYZ | 24.78 | 12.6 | 60.16 | - |
| YUV | 92.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 207 | 0.27 | 0.81 | 0 | 0.19 | 279.88 | 0.68 | 0.48 |
| Hex | 97 | 28 | CF | 1B | 51 | 0 | 13 | 118 | 44 | 30 |
| Octal | 227 | 50 | 317 | 33 | 121 | 0 | 23 | 430 | 104 | 60 |
| Binary | 10010111 | 101000 | 11001111 | 11011 | 1010001 | 0 | 10011 | 100011000 | 1000100 | 110000 |
Color Harmonies of #9728CF
Complementary color
Monochromatic Colors of #9728CF
Black with #9728CF
Text Example
Text Example
White with #9728CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9728CF; }
p { color: rgb(151,40,207); }
H1.HeaderClassName
{
color: #9728CF;
}
.AnyTagClassName
{
color: #9728CF;
}
</style>
background-color css
<style>
a { background-color: #9728CF; }
a { background-color: rgb(151,40,207); }
div.DivClassName
{
background-color: #9728CF;
}
.BgClassName
{
background-color: #9728CF;
}
</style>
border-color css
<style>
span { border-color: #9728CF; }
span { border-color: rgb(151,40,207); }
td.TdClassName
{
border-color: #9728CF;
}
.TagClassName
{
border-color: #9728CF;
}
</style>