Shades of Dark Orchid #9B2ABF
Tints of Dark Orchid #9B2ABF
RGB
CMYK
RGB Variations
Color information
#9B2ABF (or 0x9B2ABF) is known color: Dark Orchid. HEX triplet: 9B, 2A and BF. RGB value is (155,42,191). Sum of RGB (Red+Green+Blue) = 155+42+191=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2ABF is #64D540. Grayscale: #5C5C5C. Windows color (decimal): -6608193 or 12528283. OLE color: 12528283.
HSL color Cylindrical-coordinate representation of color #9B2ABF: hue angle of 285.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2ABF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 42 | 191 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.25 |
| HSL | 285.5º | 0.64% | 0.46% | - |
| HSV(B) | 285.5º | 0.78% | 0.75% | - |
| XYZ | 23.75 | 12.39 | 50.43 | - |
| YUV | 92.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 42 | 191 | 0.19 | 0.78 | 0 | 0.25 | 285.5 | 0.64 | 0.46 |
| Hex | 9B | 2A | BF | 13 | 4E | 0 | 19 | 11E | 40 | 2E |
| Octal | 233 | 52 | 277 | 23 | 116 | 0 | 31 | 436 | 100 | 56 |
| Binary | 10011011 | 101010 | 10111111 | 10011 | 1001110 | 0 | 11001 | 100011110 | 1000000 | 101110 |
Color Harmonies of #9B2ABF
Complementary color
Monochromatic Colors of #9B2ABF
Black with #9B2ABF
Text Example
Text Example
White with #9B2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2ABF; }
p { color: rgb(155,42,191); }
H1.HeaderClassName
{
color: #9B2ABF;
}
.AnyTagClassName
{
color: #9B2ABF;
}
</style>
background-color css
<style>
a { background-color: #9B2ABF; }
a { background-color: rgb(155,42,191); }
div.DivClassName
{
background-color: #9B2ABF;
}
.BgClassName
{
background-color: #9B2ABF;
}
</style>
border-color css
<style>
span { border-color: #9B2ABF; }
span { border-color: rgb(155,42,191); }
td.TdClassName
{
border-color: #9B2ABF;
}
.TagClassName
{
border-color: #9B2ABF;
}
</style>