Shades of Dark Orchid #9926BA
Tints of Dark Orchid #9926BA
RGB
CMYK
RGB Variations
Color information
#9926BA (or 0x9926BA) is known color: Dark Orchid. HEX triplet: 99, 26 and BA. RGB value is (153,38,186). Sum of RGB (Red+Green+Blue) = 153+38+186=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #9926BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9926BA is #66D945. Grayscale: #585858. Windows color (decimal): -6740294 or 12199577. OLE color: 12199577.
HSL color Cylindrical-coordinate representation of color #9926BA: hue angle of 286.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9926BA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 38 | 186 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.27 |
| HSL | 286.62º | 0.66% | 0.44% | - |
| HSV(B) | 286.62º | 0.8% | 0.73% | - |
| XYZ | 22.69 | 11.7 | 47.52 | - |
| YUV | 89.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 186 | 0.18 | 0.80 | 0 | 0.27 | 286.62 | 0.66 | 0.44 |
| Hex | 99 | 26 | BA | 12 | 50 | 0 | 1B | 11F | 42 | 2C |
| Octal | 231 | 46 | 272 | 22 | 120 | 0 | 33 | 437 | 102 | 54 |
| Binary | 10011001 | 100110 | 10111010 | 10010 | 1010000 | 0 | 11011 | 100011111 | 1000010 | 101100 |
Color Harmonies of #9926BA
Complementary color
Monochromatic Colors of #9926BA
Black with #9926BA
Text Example
Text Example
White with #9926BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9926BA; }
p { color: rgb(153,38,186); }
H1.HeaderClassName
{
color: #9926BA;
}
.AnyTagClassName
{
color: #9926BA;
}
</style>
background-color css
<style>
a { background-color: #9926BA; }
a { background-color: rgb(153,38,186); }
div.DivClassName
{
background-color: #9926BA;
}
.BgClassName
{
background-color: #9926BA;
}
</style>
border-color css
<style>
span { border-color: #9926BA; }
span { border-color: rgb(153,38,186); }
td.TdClassName
{
border-color: #9926BA;
}
.TagClassName
{
border-color: #9926BA;
}
</style>