Shades of Dark Orchid #9121CC
Tints of Dark Orchid #9121CC
RGB
CMYK
RGB Variations
Color information
#9121CC (or 0x9121CC) is known color: Dark Orchid. HEX triplet: 91, 21 and CC. RGB value is (145,33,204). Sum of RGB (Red+Green+Blue) = 145+33+204=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #9121CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121CC is #6EDE33. Grayscale: #555555. Windows color (decimal): -7265844 or 13377937. OLE color: 13377937.
HSL color Cylindrical-coordinate representation of color #9121CC: hue angle of 279.3º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9121CC is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 33 | 204 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.2 |
| HSL | 279.3º | 0.72% | 0.46% | - |
| HSV(B) | 279.3º | 0.84% | 0.8% | - |
| XYZ | 23.12 | 11.47 | 58.12 | - |
| YUV | 85.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 204 | 0.29 | 0.84 | 0 | 0.2 | 279.3 | 0.72 | 0.46 |
| Hex | 91 | 21 | CC | 1D | 54 | 0 | 14 | 117 | 48 | 2E |
| Octal | 221 | 41 | 314 | 35 | 124 | 0 | 24 | 427 | 110 | 56 |
| Binary | 10010001 | 100001 | 11001100 | 11101 | 1010100 | 0 | 10100 | 100010111 | 1001000 | 101110 |
Color Harmonies of #9121CC
Complementary color
Monochromatic Colors of #9121CC
Black with #9121CC
Text Example
Text Example
White with #9121CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121CC; }
p { color: rgb(145,33,204); }
H1.HeaderClassName
{
color: #9121CC;
}
.AnyTagClassName
{
color: #9121CC;
}
</style>
background-color css
<style>
a { background-color: #9121CC; }
a { background-color: rgb(145,33,204); }
div.DivClassName
{
background-color: #9121CC;
}
.BgClassName
{
background-color: #9121CC;
}
</style>
border-color css
<style>
span { border-color: #9121CC; }
span { border-color: rgb(145,33,204); }
td.TdClassName
{
border-color: #9121CC;
}
.TagClassName
{
border-color: #9121CC;
}
</style>