Shades of Dark Orchid #9B4ADE
Tints of Dark Orchid #9B4ADE
RGB
CMYK
RGB Variations
Color information
#9B4ADE (or 0x9B4ADE) is known color: Dark Orchid. HEX triplet: 9B, 4A and DE. RGB value is (155,74,222). Sum of RGB (Red+Green+Blue) = 155+74+222=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B4ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4ADE is #64B521. Grayscale: #727272. Windows color (decimal): -6599970 or 14568091. OLE color: 14568091.
HSL color Cylindrical-coordinate representation of color #9B4ADE: hue angle of 272.84º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4ADE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 74 | 222 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.13 |
| HSL | 272.84º | 0.69% | 0.58% | - |
| HSV(B) | 272.84º | 0.67% | 0.87% | - |
| XYZ | 29.15 | 17.14 | 70.88 | - |
| YUV | 115.09 | 188.34 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 222 | 0.30 | 0.67 | 0 | 0.13 | 272.84 | 0.69 | 0.58 |
| Hex | 9B | 4A | DE | 1E | 43 | 0 | D | 111 | 45 | 3A |
| Octal | 233 | 112 | 336 | 36 | 103 | 0 | 15 | 421 | 105 | 72 |
| Binary | 10011011 | 1001010 | 11011110 | 11110 | 1000011 | 0 | 1101 | 100010001 | 1000101 | 111010 |
Color Harmonies of #9B4ADE
Complementary color
Monochromatic Colors of #9B4ADE
Black with #9B4ADE
Text Example
Text Example
White with #9B4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4ADE; }
p { color: rgb(155,74,222); }
H1.HeaderClassName
{
color: #9B4ADE;
}
.AnyTagClassName
{
color: #9B4ADE;
}
</style>
background-color css
<style>
a { background-color: #9B4ADE; }
a { background-color: rgb(155,74,222); }
div.DivClassName
{
background-color: #9B4ADE;
}
.BgClassName
{
background-color: #9B4ADE;
}
</style>
border-color css
<style>
span { border-color: #9B4ADE; }
span { border-color: rgb(155,74,222); }
td.TdClassName
{
border-color: #9B4ADE;
}
.TagClassName
{
border-color: #9B4ADE;
}
</style>