Shades of Dark Orchid #9B1BAC
Tints of Dark Orchid #9B1BAC
RGB
CMYK
RGB Variations
Color information
#9B1BAC (or 0x9B1BAC) is known color: Dark Orchid. HEX triplet: 9B, 1B and AC. RGB value is (155,27,172). Sum of RGB (Red+Green+Blue) = 155+27+172=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B1BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1BAC is #64E453. Grayscale: #515151. Windows color (decimal): -6612052 or 11279259. OLE color: 11279259.
HSL color Cylindrical-coordinate representation of color #9B1BAC: hue angle of 292.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1BAC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 27 | 172 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.33 |
| HSL | 292.97º | 0.73% | 0.39% | - |
| HSV(B) | 292.97º | 0.84% | 0.67% | - |
| XYZ | 21.36 | 10.73 | 39.98 | - |
| YUV | 81.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 172 | 0.10 | 0.84 | 0 | 0.33 | 292.97 | 0.73 | 0.39 |
| Hex | 9B | 1B | AC | A | 54 | 0 | 21 | 125 | 49 | 27 |
| Octal | 233 | 33 | 254 | 12 | 124 | 0 | 41 | 445 | 111 | 47 |
| Binary | 10011011 | 11011 | 10101100 | 1010 | 1010100 | 0 | 100001 | 100100101 | 1001001 | 100111 |
Color Harmonies of #9B1BAC
Complementary color
Monochromatic Colors of #9B1BAC
Black with #9B1BAC
Text Example
Text Example
White with #9B1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1BAC; }
p { color: rgb(155,27,172); }
H1.HeaderClassName
{
color: #9B1BAC;
}
.AnyTagClassName
{
color: #9B1BAC;
}
</style>
background-color css
<style>
a { background-color: #9B1BAC; }
a { background-color: rgb(155,27,172); }
div.DivClassName
{
background-color: #9B1BAC;
}
.BgClassName
{
background-color: #9B1BAC;
}
</style>
border-color css
<style>
span { border-color: #9B1BAC; }
span { border-color: rgb(155,27,172); }
td.TdClassName
{
border-color: #9B1BAC;
}
.TagClassName
{
border-color: #9B1BAC;
}
</style>