Shades of Dark Orchid #9928BF
Tints of Dark Orchid #9928BF
RGB
CMYK
RGB Variations
Color information
#9928BF (or 0x9928BF) is known color: Dark Orchid. HEX triplet: 99, 28 and BF. RGB value is (153,40,191). Sum of RGB (Red+Green+Blue) = 153+40+191=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #9928BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928BF is #66D740. Grayscale: #5A5A5A. Windows color (decimal): -6739777 or 12527769. OLE color: 12527769.
HSL color Cylindrical-coordinate representation of color #9928BF: hue angle of 284.9º 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 #9928BF is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 40 | 191 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.25 |
| HSL | 284.9º | 0.65% | 0.45% | - |
| HSV(B) | 284.9º | 0.79% | 0.75% | - |
| XYZ | 23.3 | 12.05 | 50.39 | - |
| YUV | 91 | 184.44 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 191 | 0.20 | 0.79 | 0 | 0.25 | 284.9 | 0.65 | 0.45 |
| Hex | 99 | 28 | BF | 14 | 4F | 0 | 19 | 11D | 41 | 2D |
| Octal | 231 | 50 | 277 | 24 | 117 | 0 | 31 | 435 | 101 | 55 |
| Binary | 10011001 | 101000 | 10111111 | 10100 | 1001111 | 0 | 11001 | 100011101 | 1000001 | 101101 |
Color Harmonies of #9928BF
Complementary color
Monochromatic Colors of #9928BF
Black with #9928BF
Text Example
Text Example
White with #9928BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9928BF; }
p { color: rgb(153,40,191); }
H1.HeaderClassName
{
color: #9928BF;
}
.AnyTagClassName
{
color: #9928BF;
}
</style>
background-color css
<style>
a { background-color: #9928BF; }
a { background-color: rgb(153,40,191); }
div.DivClassName
{
background-color: #9928BF;
}
.BgClassName
{
background-color: #9928BF;
}
</style>
border-color css
<style>
span { border-color: #9928BF; }
span { border-color: rgb(153,40,191); }
td.TdClassName
{
border-color: #9928BF;
}
.TagClassName
{
border-color: #9928BF;
}
</style>