Shades of Dark Orchid #9145CD
Tints of Dark Orchid #9145CD
RGB
CMYK
RGB Variations
Color information
#9145CD (or 0x9145CD) is known color: Dark Orchid. HEX triplet: 91, 45 and CD. RGB value is (145,69,205). Sum of RGB (Red+Green+Blue) = 145+69+205=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #9145CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9145CD is #6EBA32. Grayscale: #6A6A6A. Windows color (decimal): -7256627 or 13452689. OLE color: 13452689.
HSL color Cylindrical-coordinate representation of color #9145CD: hue angle of 273.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9145CD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 69 | 205 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.20 |
| HSL | 273.53º | 0.58% | 0.54% | - |
| HSV(B) | 273.53º | 0.66% | 0.8% | - |
| XYZ | 24.82 | 14.68 | 59.28 | - |
| YUV | 107.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 205 | 0.29 | 0.66 | 0 | 0.20 | 273.53 | 0.58 | 0.54 |
| Hex | 91 | 45 | CD | 1D | 42 | 0 | 14 | 112 | 3A | 36 |
| Octal | 221 | 105 | 315 | 35 | 102 | 0 | 24 | 422 | 72 | 66 |
| Binary | 10010001 | 1000101 | 11001101 | 11101 | 1000010 | 0 | 10100 | 100010010 | 111010 | 110110 |
Color Harmonies of #9145CD
Complementary color
Monochromatic Colors of #9145CD
Black with #9145CD
Text Example
Text Example
White with #9145CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9145CD; }
p { color: rgb(145,69,205); }
H1.HeaderClassName
{
color: #9145CD;
}
.AnyTagClassName
{
color: #9145CD;
}
</style>
background-color css
<style>
a { background-color: #9145CD; }
a { background-color: rgb(145,69,205); }
div.DivClassName
{
background-color: #9145CD;
}
.BgClassName
{
background-color: #9145CD;
}
</style>
border-color css
<style>
span { border-color: #9145CD; }
span { border-color: rgb(145,69,205); }
td.TdClassName
{
border-color: #9145CD;
}
.TagClassName
{
border-color: #9145CD;
}
</style>