Shades of Dark Orchid #9A1ECB
Tints of Dark Orchid #9A1ECB
RGB
CMYK
RGB Variations
Color information
#9A1ECB (or 0x9A1ECB) is known color: Dark Orchid. HEX triplet: 9A, 1E and CB. RGB value is (154,30,203). Sum of RGB (Red+Green+Blue) = 154+30+203=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A1ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ECB is #65E134. Grayscale: #565656. Windows color (decimal): -6676789 or 13311642. OLE color: 13311642.
HSL color Cylindrical-coordinate representation of color #9A1ECB: hue angle of 283.01º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1ECB is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 30 | 203 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.20 |
| HSL | 283.01º | 0.74% | 0.46% | - |
| HSV(B) | 283.01º | 0.85% | 0.8% | - |
| XYZ | 24.57 | 12.11 | 57.54 | - |
| YUV | 86.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 203 | 0.24 | 0.85 | 0 | 0.20 | 283.01 | 0.74 | 0.46 |
| Hex | 9A | 1E | CB | 18 | 55 | 0 | 14 | 11B | 4A | 2E |
| Octal | 232 | 36 | 313 | 30 | 125 | 0 | 24 | 433 | 112 | 56 |
| Binary | 10011010 | 11110 | 11001011 | 11000 | 1010101 | 0 | 10100 | 100011011 | 1001010 | 101110 |
Color Harmonies of #9A1ECB
Complementary color
Monochromatic Colors of #9A1ECB
Black with #9A1ECB
Text Example
Text Example
White with #9A1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1ECB; }
p { color: rgb(154,30,203); }
H1.HeaderClassName
{
color: #9A1ECB;
}
.AnyTagClassName
{
color: #9A1ECB;
}
</style>
background-color css
<style>
a { background-color: #9A1ECB; }
a { background-color: rgb(154,30,203); }
div.DivClassName
{
background-color: #9A1ECB;
}
.BgClassName
{
background-color: #9A1ECB;
}
</style>
border-color css
<style>
span { border-color: #9A1ECB; }
span { border-color: rgb(154,30,203); }
td.TdClassName
{
border-color: #9A1ECB;
}
.TagClassName
{
border-color: #9A1ECB;
}
</style>