Shades of Dark Orchid #9A19BE
Tints of Dark Orchid #9A19BE
RGB
CMYK
RGB Variations
Color information
#9A19BE (or 0x9A19BE) is known color: Dark Orchid. HEX triplet: 9A, 19 and BE. RGB value is (154,25,190). Sum of RGB (Red+Green+Blue) = 154+25+190=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A19BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A19BE is #65E641. Grayscale: #515151. Windows color (decimal): -6678082 or 12458394. OLE color: 12458394.
HSL color Cylindrical-coordinate representation of color #9A19BE: hue angle of 286.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A19BE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 25 | 190 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.25 |
| HSL | 286.91º | 0.77% | 0.42% | - |
| HSV(B) | 286.91º | 0.87% | 0.75% | - |
| XYZ | 22.97 | 11.28 | 49.68 | - |
| YUV | 82.38 | 188.74 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 190 | 0.19 | 0.87 | 0 | 0.25 | 286.91 | 0.77 | 0.42 |
| Hex | 9A | 19 | BE | 13 | 57 | 0 | 19 | 11F | 4D | 2A |
| Octal | 232 | 31 | 276 | 23 | 127 | 0 | 31 | 437 | 115 | 52 |
| Binary | 10011010 | 11001 | 10111110 | 10011 | 1010111 | 0 | 11001 | 100011111 | 1001101 | 101010 |
Color Harmonies of #9A19BE
Complementary color
Monochromatic Colors of #9A19BE
Black with #9A19BE
Text Example
Text Example
White with #9A19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19BE; }
p { color: rgb(154,25,190); }
H1.HeaderClassName
{
color: #9A19BE;
}
.AnyTagClassName
{
color: #9A19BE;
}
</style>
background-color css
<style>
a { background-color: #9A19BE; }
a { background-color: rgb(154,25,190); }
div.DivClassName
{
background-color: #9A19BE;
}
.BgClassName
{
background-color: #9A19BE;
}
</style>
border-color css
<style>
span { border-color: #9A19BE; }
span { border-color: rgb(154,25,190); }
td.TdClassName
{
border-color: #9A19BE;
}
.TagClassName
{
border-color: #9A19BE;
}
</style>