Shades of Dark Orchid #9142CC
Tints of Dark Orchid #9142CC
RGB
CMYK
RGB Variations
Color information
#9142CC (or 0x9142CC) is known color: Dark Orchid. HEX triplet: 91, 42 and CC. RGB value is (145,66,204). Sum of RGB (Red+Green+Blue) = 145+66+204=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #9142CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142CC is #6EBD33. Grayscale: #686868. Windows color (decimal): -7257396 or 13386385. OLE color: 13386385.
HSL color Cylindrical-coordinate representation of color #9142CC: hue angle of 274.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9142CC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 66 | 204 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.2 |
| HSL | 274.35º | 0.58% | 0.53% | - |
| HSV(B) | 274.35º | 0.68% | 0.8% | - |
| XYZ | 24.52 | 14.28 | 58.59 | - |
| YUV | 105.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 204 | 0.29 | 0.68 | 0 | 0.2 | 274.35 | 0.58 | 0.53 |
| Hex | 91 | 42 | CC | 1D | 44 | 0 | 14 | 112 | 3A | 35 |
| Octal | 221 | 102 | 314 | 35 | 104 | 0 | 24 | 422 | 72 | 65 |
| Binary | 10010001 | 1000010 | 11001100 | 11101 | 1000100 | 0 | 10100 | 100010010 | 111010 | 110101 |
Color Harmonies of #9142CC
Complementary color
Monochromatic Colors of #9142CC
Black with #9142CC
Text Example
Text Example
White with #9142CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9142CC; }
p { color: rgb(145,66,204); }
H1.HeaderClassName
{
color: #9142CC;
}
.AnyTagClassName
{
color: #9142CC;
}
</style>
background-color css
<style>
a { background-color: #9142CC; }
a { background-color: rgb(145,66,204); }
div.DivClassName
{
background-color: #9142CC;
}
.BgClassName
{
background-color: #9142CC;
}
</style>
border-color css
<style>
span { border-color: #9142CC; }
span { border-color: rgb(145,66,204); }
td.TdClassName
{
border-color: #9142CC;
}
.TagClassName
{
border-color: #9142CC;
}
</style>