Shades of Dark Orchid #9B1ABD
Tints of Dark Orchid #9B1ABD
RGB
CMYK
RGB Variations
Color information
#9B1ABD (or 0x9B1ABD) is known color: Dark Orchid. HEX triplet: 9B, 1A and BD. RGB value is (155,26,189). Sum of RGB (Red+Green+Blue) = 155+26+189=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B1ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1ABD is #64E542. Grayscale: #525252. Windows color (decimal): -6612291 or 12393115. OLE color: 12393115.
HSL color Cylindrical-coordinate representation of color #9B1ABD: hue angle of 287.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1ABD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 26 | 189 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.26 |
| HSL | 287.48º | 0.76% | 0.42% | - |
| HSV(B) | 287.48º | 0.86% | 0.74% | - |
| XYZ | 23.07 | 11.38 | 49.12 | - |
| YUV | 83.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 189 | 0.18 | 0.86 | 0 | 0.26 | 287.48 | 0.76 | 0.42 |
| Hex | 9B | 1A | BD | 12 | 56 | 0 | 1A | 11F | 4C | 2A |
| Octal | 233 | 32 | 275 | 22 | 126 | 0 | 32 | 437 | 114 | 52 |
| Binary | 10011011 | 11010 | 10111101 | 10010 | 1010110 | 0 | 11010 | 100011111 | 1001100 | 101010 |
Color Harmonies of #9B1ABD
Complementary color
Monochromatic Colors of #9B1ABD
Black with #9B1ABD
Text Example
Text Example
White with #9B1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1ABD; }
p { color: rgb(155,26,189); }
H1.HeaderClassName
{
color: #9B1ABD;
}
.AnyTagClassName
{
color: #9B1ABD;
}
</style>
background-color css
<style>
a { background-color: #9B1ABD; }
a { background-color: rgb(155,26,189); }
div.DivClassName
{
background-color: #9B1ABD;
}
.BgClassName
{
background-color: #9B1ABD;
}
</style>
border-color css
<style>
span { border-color: #9B1ABD; }
span { border-color: rgb(155,26,189); }
td.TdClassName
{
border-color: #9B1ABD;
}
.TagClassName
{
border-color: #9B1ABD;
}
</style>