Shades of Dark Orchid #9A1CB7
Tints of Dark Orchid #9A1CB7
RGB
CMYK
RGB Variations
Color information
#9A1CB7 (or 0x9A1CB7) is known color: Dark Orchid. HEX triplet: 9A, 1C and B7. RGB value is (154,28,183). Sum of RGB (Red+Green+Blue) = 154+28+183=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A1CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CB7 is #65E348. Grayscale: #525252. Windows color (decimal): -6677321 or 12000410. OLE color: 12000410.
HSL color Cylindrical-coordinate representation of color #9A1CB7: hue angle of 288.77º degrees, saturation: 0.73, 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 #9A1CB7 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 28 | 183 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.28 |
| HSL | 288.77º | 0.73% | 0.41% | - |
| HSV(B) | 288.77º | 0.85% | 0.72% | - |
| XYZ | 22.29 | 11.12 | 45.77 | - |
| YUV | 83.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 183 | 0.16 | 0.85 | 0 | 0.28 | 288.77 | 0.73 | 0.41 |
| Hex | 9A | 1C | B7 | 10 | 55 | 0 | 1C | 121 | 49 | 29 |
| Octal | 232 | 34 | 267 | 20 | 125 | 0 | 34 | 441 | 111 | 51 |
| Binary | 10011010 | 11100 | 10110111 | 10000 | 1010101 | 0 | 11100 | 100100001 | 1001001 | 101001 |
Color Harmonies of #9A1CB7
Complementary color
Monochromatic Colors of #9A1CB7
Black with #9A1CB7
Text Example
Text Example
White with #9A1CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1CB7; }
p { color: rgb(154,28,183); }
H1.HeaderClassName
{
color: #9A1CB7;
}
.AnyTagClassName
{
color: #9A1CB7;
}
</style>
background-color css
<style>
a { background-color: #9A1CB7; }
a { background-color: rgb(154,28,183); }
div.DivClassName
{
background-color: #9A1CB7;
}
.BgClassName
{
background-color: #9A1CB7;
}
</style>
border-color css
<style>
span { border-color: #9A1CB7; }
span { border-color: rgb(154,28,183); }
td.TdClassName
{
border-color: #9A1CB7;
}
.TagClassName
{
border-color: #9A1CB7;
}
</style>