Shades of Dark Orchid #9A1DCB
Tints of Dark Orchid #9A1DCB
RGB
CMYK
RGB Variations
Color information
#9A1DCB (or 0x9A1DCB) is known color: Dark Orchid. HEX triplet: 9A, 1D and CB. RGB value is (154,29,203). Sum of RGB (Red+Green+Blue) = 154+29+203=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A1DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1DCB is #65E234. Grayscale: #555555. Windows color (decimal): -6677045 or 13311386. OLE color: 13311386.
HSL color Cylindrical-coordinate representation of color #9A1DCB: hue angle of 283.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1DCB is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 29 | 203 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.20 |
| HSL | 283.1º | 0.75% | 0.45% | - |
| HSV(B) | 283.1º | 0.86% | 0.8% | - |
| XYZ | 24.55 | 12.06 | 57.53 | - |
| YUV | 86.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 203 | 0.24 | 0.86 | 0 | 0.20 | 283.1 | 0.75 | 0.45 |
| Hex | 9A | 1D | CB | 18 | 56 | 0 | 14 | 11B | 4B | 2D |
| Octal | 232 | 35 | 313 | 30 | 126 | 0 | 24 | 433 | 113 | 55 |
| Binary | 10011010 | 11101 | 11001011 | 11000 | 1010110 | 0 | 10100 | 100011011 | 1001011 | 101101 |
Color Harmonies of #9A1DCB
Complementary color
Monochromatic Colors of #9A1DCB
Black with #9A1DCB
Text Example
Text Example
White with #9A1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DCB; }
p { color: rgb(154,29,203); }
H1.HeaderClassName
{
color: #9A1DCB;
}
.AnyTagClassName
{
color: #9A1DCB;
}
</style>
background-color css
<style>
a { background-color: #9A1DCB; }
a { background-color: rgb(154,29,203); }
div.DivClassName
{
background-color: #9A1DCB;
}
.BgClassName
{
background-color: #9A1DCB;
}
</style>
border-color css
<style>
span { border-color: #9A1DCB; }
span { border-color: rgb(154,29,203); }
td.TdClassName
{
border-color: #9A1DCB;
}
.TagClassName
{
border-color: #9A1DCB;
}
</style>