Shades of Dark Orchid #9A18BB
Tints of Dark Orchid #9A18BB
RGB
CMYK
RGB Variations
Color information
#9A18BB (or 0x9A18BB) is known color: Dark Orchid. HEX triplet: 9A, 18 and BB. RGB value is (154,24,187). Sum of RGB (Red+Green+Blue) = 154+24+187=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A18BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A18BB is #65E744. Grayscale: #505050. Windows color (decimal): -6678341 or 12261530. OLE color: 12261530.
HSL color Cylindrical-coordinate representation of color #9A18BB: hue angle of 287.85º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A18BB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 24 | 187 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.27 |
| HSL | 287.85º | 0.77% | 0.41% | - |
| HSV(B) | 287.85º | 0.87% | 0.73% | - |
| XYZ | 22.62 | 11.11 | 47.97 | - |
| YUV | 81.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 187 | 0.18 | 0.87 | 0 | 0.27 | 287.85 | 0.77 | 0.41 |
| Hex | 9A | 18 | BB | 12 | 57 | 0 | 1B | 120 | 4D | 29 |
| Octal | 232 | 30 | 273 | 22 | 127 | 0 | 33 | 440 | 115 | 51 |
| Binary | 10011010 | 11000 | 10111011 | 10010 | 1010111 | 0 | 11011 | 100100000 | 1001101 | 101001 |
Color Harmonies of #9A18BB
Complementary color
Monochromatic Colors of #9A18BB
Black with #9A18BB
Text Example
Text Example
White with #9A18BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A18BB; }
p { color: rgb(154,24,187); }
H1.HeaderClassName
{
color: #9A18BB;
}
.AnyTagClassName
{
color: #9A18BB;
}
</style>
background-color css
<style>
a { background-color: #9A18BB; }
a { background-color: rgb(154,24,187); }
div.DivClassName
{
background-color: #9A18BB;
}
.BgClassName
{
background-color: #9A18BB;
}
</style>
border-color css
<style>
span { border-color: #9A18BB; }
span { border-color: rgb(154,24,187); }
td.TdClassName
{
border-color: #9A18BB;
}
.TagClassName
{
border-color: #9A18BB;
}
</style>