Shades of Dark Orchid #9B44CE
Tints of Dark Orchid #9B44CE
RGB
CMYK
RGB Variations
Color information
#9B44CE (or 0x9B44CE) is known color: Dark Orchid. HEX triplet: 9B, 44 and CE. RGB value is (155,68,206). Sum of RGB (Red+Green+Blue) = 155+68+206=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B44CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B44CE is #64BB31. Grayscale: #6D6D6D. Windows color (decimal): -6601522 or 13517979. OLE color: 13517979.
HSL color Cylindrical-coordinate representation of color #9B44CE: hue angle of 277.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B44CE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 68 | 206 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.19 |
| HSL | 277.83º | 0.58% | 0.54% | - |
| HSV(B) | 277.83º | 0.67% | 0.81% | - |
| XYZ | 26.73 | 15.56 | 59.99 | - |
| YUV | 109.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 206 | 0.25 | 0.67 | 0 | 0.19 | 277.83 | 0.58 | 0.54 |
| Hex | 9B | 44 | CE | 19 | 43 | 0 | 13 | 116 | 3A | 36 |
| Octal | 233 | 104 | 316 | 31 | 103 | 0 | 23 | 426 | 72 | 66 |
| Binary | 10011011 | 1000100 | 11001110 | 11001 | 1000011 | 0 | 10011 | 100010110 | 111010 | 110110 |
Color Harmonies of #9B44CE
Complementary color
Monochromatic Colors of #9B44CE
Black with #9B44CE
Text Example
Text Example
White with #9B44CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B44CE; }
p { color: rgb(155,68,206); }
H1.HeaderClassName
{
color: #9B44CE;
}
.AnyTagClassName
{
color: #9B44CE;
}
</style>
background-color css
<style>
a { background-color: #9B44CE; }
a { background-color: rgb(155,68,206); }
div.DivClassName
{
background-color: #9B44CE;
}
.BgClassName
{
background-color: #9B44CE;
}
</style>
border-color css
<style>
span { border-color: #9B44CE; }
span { border-color: rgb(155,68,206); }
td.TdClassName
{
border-color: #9B44CE;
}
.TagClassName
{
border-color: #9B44CE;
}
</style>