Shades of Dark Orchid #9146D0
Tints of Dark Orchid #9146D0
RGB
CMYK
RGB Variations
Color information
#9146D0 (or 0x9146D0) is known color: Dark Orchid. HEX triplet: 91, 46 and D0. RGB value is (145,70,208). Sum of RGB (Red+Green+Blue) = 145+70+208=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #9146D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9146D0 is #6EB92F. Grayscale: #6B6B6B. Windows color (decimal): -7256368 or 13649553. OLE color: 13649553.
HSL color Cylindrical-coordinate representation of color #9146D0: hue angle of 272.61º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9146D0 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 70 | 208 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.18 |
| HSL | 272.61º | 0.59% | 0.55% | - |
| HSV(B) | 272.61º | 0.66% | 0.82% | - |
| XYZ | 25.25 | 14.95 | 61.23 | - |
| YUV | 108.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 208 | 0.30 | 0.66 | 0 | 0.18 | 272.61 | 0.59 | 0.55 |
| Hex | 91 | 46 | D0 | 1E | 42 | 0 | 12 | 111 | 3B | 37 |
| Octal | 221 | 106 | 320 | 36 | 102 | 0 | 22 | 421 | 73 | 67 |
| Binary | 10010001 | 1000110 | 11010000 | 11110 | 1000010 | 0 | 10010 | 100010001 | 111011 | 110111 |
Color Harmonies of #9146D0
Complementary color
Monochromatic Colors of #9146D0
Black with #9146D0
Text Example
Text Example
White with #9146D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9146D0; }
p { color: rgb(145,70,208); }
H1.HeaderClassName
{
color: #9146D0;
}
.AnyTagClassName
{
color: #9146D0;
}
</style>
background-color css
<style>
a { background-color: #9146D0; }
a { background-color: rgb(145,70,208); }
div.DivClassName
{
background-color: #9146D0;
}
.BgClassName
{
background-color: #9146D0;
}
</style>
border-color css
<style>
span { border-color: #9146D0; }
span { border-color: rgb(145,70,208); }
td.TdClassName
{
border-color: #9146D0;
}
.TagClassName
{
border-color: #9146D0;
}
</style>