Shades of Dark Orchid #9626B9
Tints of Dark Orchid #9626B9
RGB
CMYK
RGB Variations
Color information
#9626B9 (or 0x9626B9) is known color: Dark Orchid. HEX triplet: 96, 26 and B9. RGB value is (150,38,185). Sum of RGB (Red+Green+Blue) = 150+38+185=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #9626B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9626B9 is #69D946. Grayscale: #575757. Windows color (decimal): -6936903 or 12134038. OLE color: 12134038.
HSL color Cylindrical-coordinate representation of color #9626B9: hue angle of 285.71º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9626B9 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 38 | 185 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.27 |
| HSL | 285.71º | 0.66% | 0.44% | - |
| HSV(B) | 285.71º | 0.79% | 0.73% | - |
| XYZ | 22.03 | 11.37 | 46.93 | - |
| YUV | 88.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 185 | 0.19 | 0.79 | 0 | 0.27 | 285.71 | 0.66 | 0.44 |
| Hex | 96 | 26 | B9 | 13 | 4F | 0 | 1B | 11E | 42 | 2C |
| Octal | 226 | 46 | 271 | 23 | 117 | 0 | 33 | 436 | 102 | 54 |
| Binary | 10010110 | 100110 | 10111001 | 10011 | 1001111 | 0 | 11011 | 100011110 | 1000010 | 101100 |
Color Harmonies of #9626B9
Complementary color
Monochromatic Colors of #9626B9
Black with #9626B9
Text Example
Text Example
White with #9626B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9626B9; }
p { color: rgb(150,38,185); }
H1.HeaderClassName
{
color: #9626B9;
}
.AnyTagClassName
{
color: #9626B9;
}
</style>
background-color css
<style>
a { background-color: #9626B9; }
a { background-color: rgb(150,38,185); }
div.DivClassName
{
background-color: #9626B9;
}
.BgClassName
{
background-color: #9626B9;
}
</style>
border-color css
<style>
span { border-color: #9626B9; }
span { border-color: rgb(150,38,185); }
td.TdClassName
{
border-color: #9626B9;
}
.TagClassName
{
border-color: #9626B9;
}
</style>