Shades of Dark Orchid #9928BD
Tints of Dark Orchid #9928BD
RGB
CMYK
RGB Variations
Color information
#9928BD (or 0x9928BD) is known color: Dark Orchid. HEX triplet: 99, 28 and BD. RGB value is (153,40,189). Sum of RGB (Red+Green+Blue) = 153+40+189=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #9928BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928BD is #66D742. Grayscale: #5A5A5A. Windows color (decimal): -6739779 or 12396697. OLE color: 12396697.
HSL color Cylindrical-coordinate representation of color #9928BD: hue angle of 285.5º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9928BD is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 40 | 189 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.26 |
| HSL | 285.5º | 0.65% | 0.45% | - |
| HSV(B) | 285.5º | 0.79% | 0.74% | - |
| XYZ | 23.08 | 11.96 | 49.24 | - |
| YUV | 90.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 189 | 0.19 | 0.79 | 0 | 0.26 | 285.5 | 0.65 | 0.45 |
| Hex | 99 | 28 | BD | 13 | 4F | 0 | 1A | 11E | 41 | 2D |
| Octal | 231 | 50 | 275 | 23 | 117 | 0 | 32 | 436 | 101 | 55 |
| Binary | 10011001 | 101000 | 10111101 | 10011 | 1001111 | 0 | 11010 | 100011110 | 1000001 | 101101 |
Color Harmonies of #9928BD
Complementary color
Monochromatic Colors of #9928BD
Black with #9928BD
Text Example
Text Example
White with #9928BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9928BD; }
p { color: rgb(153,40,189); }
H1.HeaderClassName
{
color: #9928BD;
}
.AnyTagClassName
{
color: #9928BD;
}
</style>
background-color css
<style>
a { background-color: #9928BD; }
a { background-color: rgb(153,40,189); }
div.DivClassName
{
background-color: #9928BD;
}
.BgClassName
{
background-color: #9928BD;
}
</style>
border-color css
<style>
span { border-color: #9928BD; }
span { border-color: rgb(153,40,189); }
td.TdClassName
{
border-color: #9928BD;
}
.TagClassName
{
border-color: #9928BD;
}
</style>