Shades of Dark Orchid #9728D3
Tints of Dark Orchid #9728D3
RGB
CMYK
RGB Variations
Color information
#9728D3 (or 0x9728D3) is known color: Dark Orchid. HEX triplet: 97, 28 and D3. RGB value is (151,40,211). Sum of RGB (Red+Green+Blue) = 151+40+211=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #9728D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9728D3 is #68D72C. Grayscale: #5C5C5C. Windows color (decimal): -6870829 or 13838487. OLE color: 13838487.
HSL color Cylindrical-coordinate representation of color #9728D3: hue angle of 278.95º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9728D3 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 40 | 211 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.17 |
| HSL | 278.95º | 0.68% | 0.49% | - |
| HSV(B) | 278.95º | 0.81% | 0.83% | - |
| XYZ | 25.28 | 12.8 | 62.77 | - |
| YUV | 92.68 | 194.77 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 211 | 0.28 | 0.81 | 0 | 0.17 | 278.95 | 0.68 | 0.49 |
| Hex | 97 | 28 | D3 | 1C | 51 | 0 | 11 | 117 | 44 | 31 |
| Octal | 227 | 50 | 323 | 34 | 121 | 0 | 21 | 427 | 104 | 61 |
| Binary | 10010111 | 101000 | 11010011 | 11100 | 1010001 | 0 | 10001 | 100010111 | 1000100 | 110001 |
Color Harmonies of #9728D3
Complementary color
Monochromatic Colors of #9728D3
Black with #9728D3
Text Example
Text Example
White with #9728D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9728D3; }
p { color: rgb(151,40,211); }
H1.HeaderClassName
{
color: #9728D3;
}
.AnyTagClassName
{
color: #9728D3;
}
</style>
background-color css
<style>
a { background-color: #9728D3; }
a { background-color: rgb(151,40,211); }
div.DivClassName
{
background-color: #9728D3;
}
.BgClassName
{
background-color: #9728D3;
}
</style>
border-color css
<style>
span { border-color: #9728D3; }
span { border-color: rgb(151,40,211); }
td.TdClassName
{
border-color: #9728D3;
}
.TagClassName
{
border-color: #9728D3;
}
</style>