Shades of Dark Orchid #9142D5
Tints of Dark Orchid #9142D5
RGB
CMYK
RGB Variations
Color information
#9142D5 (or 0x9142D5) is known color: Dark Orchid. HEX triplet: 91, 42 and D5. RGB value is (145,66,213). Sum of RGB (Red+Green+Blue) = 145+66+213=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #9142D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9142D5 is #6EBD2A. Grayscale: #696969. Windows color (decimal): -7257387 or 13976209. OLE color: 13976209.
HSL color Cylindrical-coordinate representation of color #9142D5: hue angle of 272.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9142D5 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 66 | 213 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.16 |
| HSL | 272.24º | 0.64% | 0.55% | - |
| HSV(B) | 272.24º | 0.69% | 0.84% | - |
| XYZ | 25.64 | 14.72 | 64.44 | - |
| YUV | 106.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 213 | 0.32 | 0.69 | 0 | 0.16 | 272.24 | 0.64 | 0.55 |
| Hex | 91 | 42 | D5 | 20 | 45 | 0 | 10 | 110 | 40 | 37 |
| Octal | 221 | 102 | 325 | 40 | 105 | 0 | 20 | 420 | 100 | 67 |
| Binary | 10010001 | 1000010 | 11010101 | 100000 | 1000101 | 0 | 10000 | 100010000 | 1000000 | 110111 |
Color Harmonies of #9142D5
Complementary color
Monochromatic Colors of #9142D5
Black with #9142D5
Text Example
Text Example
White with #9142D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9142D5; }
p { color: rgb(145,66,213); }
H1.HeaderClassName
{
color: #9142D5;
}
.AnyTagClassName
{
color: #9142D5;
}
</style>
background-color css
<style>
a { background-color: #9142D5; }
a { background-color: rgb(145,66,213); }
div.DivClassName
{
background-color: #9142D5;
}
.BgClassName
{
background-color: #9142D5;
}
</style>
border-color css
<style>
span { border-color: #9142D5; }
span { border-color: rgb(145,66,213); }
td.TdClassName
{
border-color: #9142D5;
}
.TagClassName
{
border-color: #9142D5;
}
</style>