Shades of Dark Orchid #9A1BB8
Tints of Dark Orchid #9A1BB8
RGB
CMYK
RGB Variations
Color information
#9A1BB8 (or 0x9A1BB8) is known color: Dark Orchid. HEX triplet: 9A, 1B and B8. RGB value is (154,27,184). Sum of RGB (Red+Green+Blue) = 154+27+184=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A1BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1BB8 is #65E447. Grayscale: #525252. Windows color (decimal): -6677576 or 12065690. OLE color: 12065690.
HSL color Cylindrical-coordinate representation of color #9A1BB8: hue angle of 288.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1BB8 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 27 | 184 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.28 |
| HSL | 288.54º | 0.74% | 0.41% | - |
| HSV(B) | 288.54º | 0.85% | 0.72% | - |
| XYZ | 22.37 | 11.11 | 46.31 | - |
| YUV | 82.87 | 185.08 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 184 | 0.16 | 0.85 | 0 | 0.28 | 288.54 | 0.74 | 0.41 |
| Hex | 9A | 1B | B8 | 10 | 55 | 0 | 1C | 121 | 4A | 29 |
| Octal | 232 | 33 | 270 | 20 | 125 | 0 | 34 | 441 | 112 | 51 |
| Binary | 10011010 | 11011 | 10111000 | 10000 | 1010101 | 0 | 11100 | 100100001 | 1001010 | 101001 |
Color Harmonies of #9A1BB8
Complementary color
Monochromatic Colors of #9A1BB8
Black with #9A1BB8
Text Example
Text Example
White with #9A1BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1BB8; }
p { color: rgb(154,27,184); }
H1.HeaderClassName
{
color: #9A1BB8;
}
.AnyTagClassName
{
color: #9A1BB8;
}
</style>
background-color css
<style>
a { background-color: #9A1BB8; }
a { background-color: rgb(154,27,184); }
div.DivClassName
{
background-color: #9A1BB8;
}
.BgClassName
{
background-color: #9A1BB8;
}
</style>
border-color css
<style>
span { border-color: #9A1BB8; }
span { border-color: rgb(154,27,184); }
td.TdClassName
{
border-color: #9A1BB8;
}
.TagClassName
{
border-color: #9A1BB8;
}
</style>