Shades of Dark Orchid #9928B4
Tints of Dark Orchid #9928B4
RGB
CMYK
RGB Variations
Color information
#9928B4 (or 0x9928B4) is known color: Dark Orchid. HEX triplet: 99, 28 and B4. RGB value is (153,40,180). Sum of RGB (Red+Green+Blue) = 153+40+180=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #9928B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928B4 is #66D74B. Grayscale: #595959. Windows color (decimal): -6739788 or 11806873. OLE color: 11806873.
HSL color Cylindrical-coordinate representation of color #9928B4: hue angle of 288.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9928B4 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 40 | 180 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.29 |
| HSL | 288.43º | 0.64% | 0.43% | - |
| HSV(B) | 288.43º | 0.78% | 0.71% | - |
| XYZ | 22.13 | 11.59 | 44.25 | - |
| YUV | 89.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 180 | 0.15 | 0.78 | 0 | 0.29 | 288.43 | 0.64 | 0.43 |
| Hex | 99 | 28 | B4 | F | 4E | 0 | 1D | 120 | 40 | 2B |
| Octal | 231 | 50 | 264 | 17 | 116 | 0 | 35 | 440 | 100 | 53 |
| Binary | 10011001 | 101000 | 10110100 | 1111 | 1001110 | 0 | 11101 | 100100000 | 1000000 | 101011 |
Color Harmonies of #9928B4
Complementary color
Monochromatic Colors of #9928B4
Black with #9928B4
Text Example
Text Example
White with #9928B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9928B4; }
p { color: rgb(153,40,180); }
H1.HeaderClassName
{
color: #9928B4;
}
.AnyTagClassName
{
color: #9928B4;
}
</style>
background-color css
<style>
a { background-color: #9928B4; }
a { background-color: rgb(153,40,180); }
div.DivClassName
{
background-color: #9928B4;
}
.BgClassName
{
background-color: #9928B4;
}
</style>
border-color css
<style>
span { border-color: #9928B4; }
span { border-color: rgb(153,40,180); }
td.TdClassName
{
border-color: #9928B4;
}
.TagClassName
{
border-color: #9928B4;
}
</style>