Shades of Dark Orchid #9A1BCB
Tints of Dark Orchid #9A1BCB
RGB
CMYK
RGB Variations
Color information
#9A1BCB (or 0x9A1BCB) is known color: Dark Orchid. HEX triplet: 9A, 1B and CB. RGB value is (154,27,203). Sum of RGB (Red+Green+Blue) = 154+27+203=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A1BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1BCB is #65E434. Grayscale: #545454. Windows color (decimal): -6677557 or 13310874. OLE color: 13310874.
HSL color Cylindrical-coordinate representation of color #9A1BCB: hue angle of 283.3º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1BCB is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 27 | 203 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.20 |
| HSL | 283.3º | 0.77% | 0.45% | - |
| HSV(B) | 283.3º | 0.87% | 0.8% | - |
| XYZ | 24.5 | 11.97 | 57.52 | - |
| YUV | 85.04 | 194.58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 203 | 0.24 | 0.87 | 0 | 0.20 | 283.3 | 0.77 | 0.45 |
| Hex | 9A | 1B | CB | 18 | 57 | 0 | 14 | 11B | 4D | 2D |
| Octal | 232 | 33 | 313 | 30 | 127 | 0 | 24 | 433 | 115 | 55 |
| Binary | 10011010 | 11011 | 11001011 | 11000 | 1010111 | 0 | 10100 | 100011011 | 1001101 | 101101 |
Color Harmonies of #9A1BCB
Complementary color
Monochromatic Colors of #9A1BCB
Black with #9A1BCB
Text Example
Text Example
White with #9A1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1BCB; }
p { color: rgb(154,27,203); }
H1.HeaderClassName
{
color: #9A1BCB;
}
.AnyTagClassName
{
color: #9A1BCB;
}
</style>
background-color css
<style>
a { background-color: #9A1BCB; }
a { background-color: rgb(154,27,203); }
div.DivClassName
{
background-color: #9A1BCB;
}
.BgClassName
{
background-color: #9A1BCB;
}
</style>
border-color css
<style>
span { border-color: #9A1BCB; }
span { border-color: rgb(154,27,203); }
td.TdClassName
{
border-color: #9A1BCB;
}
.TagClassName
{
border-color: #9A1BCB;
}
</style>