Shades of Dark Orchid #9143C6
Tints of Dark Orchid #9143C6
RGB
CMYK
RGB Variations
Color information
#9143C6 (or 0x9143C6) is known color: Dark Orchid. HEX triplet: 91, 43 and C6. RGB value is (145,67,198). Sum of RGB (Red+Green+Blue) = 145+67+198=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #9143C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9143C6 is #6EBC39. Grayscale: #686868. Windows color (decimal): -7257146 or 12993425. OLE color: 12993425.
HSL color Cylindrical-coordinate representation of color #9143C6: hue angle of 275.73º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9143C6 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 67 | 198 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.22 |
| HSL | 275.73º | 0.53% | 0.52% | - |
| HSV(B) | 275.73º | 0.66% | 0.78% | - |
| XYZ | 23.88 | 14.11 | 54.89 | - |
| YUV | 105.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 198 | 0.27 | 0.66 | 0 | 0.22 | 275.73 | 0.53 | 0.52 |
| Hex | 91 | 43 | C6 | 1B | 42 | 0 | 16 | 114 | 35 | 34 |
| Octal | 221 | 103 | 306 | 33 | 102 | 0 | 26 | 424 | 65 | 64 |
| Binary | 10010001 | 1000011 | 11000110 | 11011 | 1000010 | 0 | 10110 | 100010100 | 110101 | 110100 |
Color Harmonies of #9143C6
Complementary color
Monochromatic Colors of #9143C6
Black with #9143C6
Text Example
Text Example
White with #9143C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9143C6; }
p { color: rgb(145,67,198); }
H1.HeaderClassName
{
color: #9143C6;
}
.AnyTagClassName
{
color: #9143C6;
}
</style>
background-color css
<style>
a { background-color: #9143C6; }
a { background-color: rgb(145,67,198); }
div.DivClassName
{
background-color: #9143C6;
}
.BgClassName
{
background-color: #9143C6;
}
</style>
border-color css
<style>
span { border-color: #9143C6; }
span { border-color: rgb(145,67,198); }
td.TdClassName
{
border-color: #9143C6;
}
.TagClassName
{
border-color: #9143C6;
}
</style>