Shades of Dark Orchid #9147CB
Tints of Dark Orchid #9147CB
RGB
CMYK
RGB Variations
Color information
#9147CB (or 0x9147CB) is known color: Dark Orchid. HEX triplet: 91, 47 and CB. RGB value is (145,71,203). Sum of RGB (Red+Green+Blue) = 145+71+203=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #9147CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9147CB is #6EB834. Grayscale: #6B6B6B. Windows color (decimal): -7256117 or 13322129. OLE color: 13322129.
HSL color Cylindrical-coordinate representation of color #9147CB: hue angle of 273.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9147CB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 71 | 203 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.20 |
| HSL | 273.64º | 0.56% | 0.54% | - |
| HSV(B) | 273.64º | 0.65% | 0.8% | - |
| XYZ | 24.71 | 14.84 | 58.06 | - |
| YUV | 108.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 203 | 0.29 | 0.65 | 0 | 0.20 | 273.64 | 0.56 | 0.54 |
| Hex | 91 | 47 | CB | 1D | 41 | 0 | 14 | 112 | 38 | 36 |
| Octal | 221 | 107 | 313 | 35 | 101 | 0 | 24 | 422 | 70 | 66 |
| Binary | 10010001 | 1000111 | 11001011 | 11101 | 1000001 | 0 | 10100 | 100010010 | 111000 | 110110 |
Color Harmonies of #9147CB
Complementary color
Monochromatic Colors of #9147CB
Black with #9147CB
Text Example
Text Example
White with #9147CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9147CB; }
p { color: rgb(145,71,203); }
H1.HeaderClassName
{
color: #9147CB;
}
.AnyTagClassName
{
color: #9147CB;
}
</style>
background-color css
<style>
a { background-color: #9147CB; }
a { background-color: rgb(145,71,203); }
div.DivClassName
{
background-color: #9147CB;
}
.BgClassName
{
background-color: #9147CB;
}
</style>
border-color css
<style>
span { border-color: #9147CB; }
span { border-color: rgb(145,71,203); }
td.TdClassName
{
border-color: #9147CB;
}
.TagClassName
{
border-color: #9147CB;
}
</style>