Shades of Dark Orchid #9B23BA
Tints of Dark Orchid #9B23BA
RGB
CMYK
RGB Variations
Color information
#9B23BA (or 0x9B23BA) is known color: Dark Orchid. HEX triplet: 9B, 23 and BA. RGB value is (155,35,186). Sum of RGB (Red+Green+Blue) = 155+35+186=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B23BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B23BA is #64DC45. Grayscale: #575757. Windows color (decimal): -6609990 or 12198811. OLE color: 12198811.
HSL color Cylindrical-coordinate representation of color #9B23BA: hue angle of 287.68º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B23BA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 35 | 186 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.27 |
| HSL | 287.68º | 0.68% | 0.43% | - |
| HSV(B) | 287.68º | 0.81% | 0.73% | - |
| XYZ | 22.98 | 11.72 | 47.5 | - |
| YUV | 88.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 186 | 0.17 | 0.81 | 0 | 0.27 | 287.68 | 0.68 | 0.43 |
| Hex | 9B | 23 | BA | 11 | 51 | 0 | 1B | 120 | 44 | 2B |
| Octal | 233 | 43 | 272 | 21 | 121 | 0 | 33 | 440 | 104 | 53 |
| Binary | 10011011 | 100011 | 10111010 | 10001 | 1010001 | 0 | 11011 | 100100000 | 1000100 | 101011 |
Color Harmonies of #9B23BA
Complementary color
Monochromatic Colors of #9B23BA
Black with #9B23BA
Text Example
Text Example
White with #9B23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B23BA; }
p { color: rgb(155,35,186); }
H1.HeaderClassName
{
color: #9B23BA;
}
.AnyTagClassName
{
color: #9B23BA;
}
</style>
background-color css
<style>
a { background-color: #9B23BA; }
a { background-color: rgb(155,35,186); }
div.DivClassName
{
background-color: #9B23BA;
}
.BgClassName
{
background-color: #9B23BA;
}
</style>
border-color css
<style>
span { border-color: #9B23BA; }
span { border-color: rgb(155,35,186); }
td.TdClassName
{
border-color: #9B23BA;
}
.TagClassName
{
border-color: #9B23BA;
}
</style>