Shades of Dark Orchid #9926BC
Tints of Dark Orchid #9926BC
RGB
CMYK
RGB Variations
Color information
#9926BC (or 0x9926BC) is known color: Dark Orchid. HEX triplet: 99, 26 and BC. RGB value is (153,38,188). Sum of RGB (Red+Green+Blue) = 153+38+188=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #9926BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9926BC is #66D943. Grayscale: #595959. Windows color (decimal): -6740292 or 12330649. OLE color: 12330649.
HSL color Cylindrical-coordinate representation of color #9926BC: hue angle of 286º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9926BC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 38 | 188 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.26 |
| HSL | 286º | 0.66% | 0.44% | - |
| HSV(B) | 286º | 0.8% | 0.74% | - |
| XYZ | 22.91 | 11.79 | 48.65 | - |
| YUV | 89.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 188 | 0.19 | 0.80 | 0 | 0.26 | 286 | 0.66 | 0.44 |
| Hex | 99 | 26 | BC | 13 | 50 | 0 | 1A | 11E | 42 | 2C |
| Octal | 231 | 46 | 274 | 23 | 120 | 0 | 32 | 436 | 102 | 54 |
| Binary | 10011001 | 100110 | 10111100 | 10011 | 1010000 | 0 | 11010 | 100011110 | 1000010 | 101100 |
Color Harmonies of #9926BC
Complementary color
Monochromatic Colors of #9926BC
Black with #9926BC
Text Example
Text Example
White with #9926BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9926BC; }
p { color: rgb(153,38,188); }
H1.HeaderClassName
{
color: #9926BC;
}
.AnyTagClassName
{
color: #9926BC;
}
</style>
background-color css
<style>
a { background-color: #9926BC; }
a { background-color: rgb(153,38,188); }
div.DivClassName
{
background-color: #9926BC;
}
.BgClassName
{
background-color: #9926BC;
}
</style>
border-color css
<style>
span { border-color: #9926BC; }
span { border-color: rgb(153,38,188); }
td.TdClassName
{
border-color: #9926BC;
}
.TagClassName
{
border-color: #9926BC;
}
</style>