Shades of Dark Orchid #9A1BC7
Tints of Dark Orchid #9A1BC7
RGB
CMYK
RGB Variations
Color information
#9A1BC7 (or 0x9A1BC7) is known color: Dark Orchid. HEX triplet: 9A, 1B and C7. RGB value is (154,27,199). Sum of RGB (Red+Green+Blue) = 154+27+199=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #9A1BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1BC7 is #65E438. Grayscale: #545454. Windows color (decimal): -6677561 or 13048730. OLE color: 13048730.
HSL color Cylindrical-coordinate representation of color #9A1BC7: hue angle of 284.3º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1BC7 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 27 | 199 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.22 |
| HSL | 284.3º | 0.76% | 0.44% | - |
| HSV(B) | 284.3º | 0.86% | 0.78% | - |
| XYZ | 24.03 | 11.78 | 55.04 | - |
| YUV | 84.58 | 192.58 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 199 | 0.23 | 0.86 | 0 | 0.22 | 284.3 | 0.76 | 0.44 |
| Hex | 9A | 1B | C7 | 17 | 56 | 0 | 16 | 11C | 4C | 2C |
| Octal | 232 | 33 | 307 | 27 | 126 | 0 | 26 | 434 | 114 | 54 |
| Binary | 10011010 | 11011 | 11000111 | 10111 | 1010110 | 0 | 10110 | 100011100 | 1001100 | 101100 |
Color Harmonies of #9A1BC7
Complementary color
Monochromatic Colors of #9A1BC7
Black with #9A1BC7
Text Example
Text Example
White with #9A1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1BC7; }
p { color: rgb(154,27,199); }
H1.HeaderClassName
{
color: #9A1BC7;
}
.AnyTagClassName
{
color: #9A1BC7;
}
</style>
background-color css
<style>
a { background-color: #9A1BC7; }
a { background-color: rgb(154,27,199); }
div.DivClassName
{
background-color: #9A1BC7;
}
.BgClassName
{
background-color: #9A1BC7;
}
</style>
border-color css
<style>
span { border-color: #9A1BC7; }
span { border-color: rgb(154,27,199); }
td.TdClassName
{
border-color: #9A1BC7;
}
.TagClassName
{
border-color: #9A1BC7;
}
</style>