Shades of Dark Orchid #9121B0
Tints of Dark Orchid #9121B0
RGB
CMYK
RGB Variations
Color information
#9121B0 (or 0x9121B0) is known color: Dark Orchid. HEX triplet: 91, 21 and B0. RGB value is (145,33,176). Sum of RGB (Red+Green+Blue) = 145+33+176=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #9121B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9121B0 is #6EDE4F. Grayscale: #525252. Windows color (decimal): -7265872 or 11542929. OLE color: 11542929.
HSL color Cylindrical-coordinate representation of color #9121B0: hue angle of 286.99º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9121B0 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 33 | 176 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.31 |
| HSL | 286.99º | 0.68% | 0.41% | - |
| HSV(B) | 286.99º | 0.81% | 0.69% | - |
| XYZ | 20.06 | 10.24 | 41.99 | - |
| YUV | 82.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 176 | 0.18 | 0.81 | 0 | 0.31 | 286.99 | 0.68 | 0.41 |
| Hex | 91 | 21 | B0 | 12 | 51 | 0 | 1F | 11F | 44 | 29 |
| Octal | 221 | 41 | 260 | 22 | 121 | 0 | 37 | 437 | 104 | 51 |
| Binary | 10010001 | 100001 | 10110000 | 10010 | 1010001 | 0 | 11111 | 100011111 | 1000100 | 101001 |
Color Harmonies of #9121B0
Complementary color
Monochromatic Colors of #9121B0
Black with #9121B0
Text Example
Text Example
White with #9121B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121B0; }
p { color: rgb(145,33,176); }
H1.HeaderClassName
{
color: #9121B0;
}
.AnyTagClassName
{
color: #9121B0;
}
</style>
background-color css
<style>
a { background-color: #9121B0; }
a { background-color: rgb(145,33,176); }
div.DivClassName
{
background-color: #9121B0;
}
.BgClassName
{
background-color: #9121B0;
}
</style>
border-color css
<style>
span { border-color: #9121B0; }
span { border-color: rgb(145,33,176); }
td.TdClassName
{
border-color: #9121B0;
}
.TagClassName
{
border-color: #9121B0;
}
</style>