Shades of Dark Orchid #9144CD
Tints of Dark Orchid #9144CD
RGB
CMYK
RGB Variations
Color information
#9144CD (or 0x9144CD) is known color: Dark Orchid. HEX triplet: 91, 44 and CD. RGB value is (145,68,205). Sum of RGB (Red+Green+Blue) = 145+68+205=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #9144CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9144CD is #6EBB32. Grayscale: #6A6A6A. Windows color (decimal): -7256883 or 13452433. OLE color: 13452433.
HSL color Cylindrical-coordinate representation of color #9144CD: hue angle of 273.72º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9144CD is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 68 | 205 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.20 |
| HSL | 273.72º | 0.58% | 0.54% | - |
| HSV(B) | 273.72º | 0.67% | 0.8% | - |
| XYZ | 24.76 | 14.56 | 59.26 | - |
| YUV | 106.64 | 183.51 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 205 | 0.29 | 0.67 | 0 | 0.20 | 273.72 | 0.58 | 0.54 |
| Hex | 91 | 44 | CD | 1D | 43 | 0 | 14 | 112 | 3A | 36 |
| Octal | 221 | 104 | 315 | 35 | 103 | 0 | 24 | 422 | 72 | 66 |
| Binary | 10010001 | 1000100 | 11001101 | 11101 | 1000011 | 0 | 10100 | 100010010 | 111010 | 110110 |
Color Harmonies of #9144CD
Complementary color
Monochromatic Colors of #9144CD
Black with #9144CD
Text Example
Text Example
White with #9144CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9144CD; }
p { color: rgb(145,68,205); }
H1.HeaderClassName
{
color: #9144CD;
}
.AnyTagClassName
{
color: #9144CD;
}
</style>
background-color css
<style>
a { background-color: #9144CD; }
a { background-color: rgb(145,68,205); }
div.DivClassName
{
background-color: #9144CD;
}
.BgClassName
{
background-color: #9144CD;
}
</style>
border-color css
<style>
span { border-color: #9144CD; }
span { border-color: rgb(145,68,205); }
td.TdClassName
{
border-color: #9144CD;
}
.TagClassName
{
border-color: #9144CD;
}
</style>