Shades of Dark Orchid #9F1BDA
Tints of Dark Orchid #9F1BDA
RGB
CMYK
RGB Variations
Color information
#9F1BDA (or 0x9F1BDA) is known color: Dark Orchid. HEX triplet: 9F, 1B and DA. RGB value is (159,27,218). Sum of RGB (Red+Green+Blue) = 159+27+218=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F1BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1BDA is #60E425. Grayscale: #575757. Windows color (decimal): -6349862 or 14293919. OLE color: 14293919.
HSL color Cylindrical-coordinate representation of color #9F1BDA: hue angle of 281.47º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1BDA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 27 | 218 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.15 |
| HSL | 281.47º | 0.78% | 0.48% | - |
| HSV(B) | 281.47º | 0.88% | 0.85% | - |
| XYZ | 27.34 | 13.22 | 67.44 | - |
| YUV | 88.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 218 | 0.27 | 0.88 | 0 | 0.15 | 281.47 | 0.78 | 0.48 |
| Hex | 9F | 1B | DA | 1B | 58 | 0 | F | 119 | 4E | 30 |
| Octal | 237 | 33 | 332 | 33 | 130 | 0 | 17 | 431 | 116 | 60 |
| Binary | 10011111 | 11011 | 11011010 | 11011 | 1011000 | 0 | 1111 | 100011001 | 1001110 | 110000 |
Color Harmonies of #9F1BDA
Complementary color
Monochromatic Colors of #9F1BDA
Black with #9F1BDA
Text Example
Text Example
White with #9F1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BDA; }
p { color: rgb(159,27,218); }
H1.HeaderClassName
{
color: #9F1BDA;
}
.AnyTagClassName
{
color: #9F1BDA;
}
</style>
background-color css
<style>
a { background-color: #9F1BDA; }
a { background-color: rgb(159,27,218); }
div.DivClassName
{
background-color: #9F1BDA;
}
.BgClassName
{
background-color: #9F1BDA;
}
</style>
border-color css
<style>
span { border-color: #9F1BDA; }
span { border-color: rgb(159,27,218); }
td.TdClassName
{
border-color: #9F1BDA;
}
.TagClassName
{
border-color: #9F1BDA;
}
</style>