Shades of Dark Orchid #9143CB
Tints of Dark Orchid #9143CB
RGB
CMYK
RGB Variations
Color information
#9143CB (or 0x9143CB) is known color: Dark Orchid. HEX triplet: 91, 43 and CB. RGB value is (145,67,203). Sum of RGB (Red+Green+Blue) = 145+67+203=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #9143CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9143CB is #6EBC34. Grayscale: #696969. Windows color (decimal): -7257141 or 13321105. OLE color: 13321105.
HSL color Cylindrical-coordinate representation of color #9143CB: hue angle of 274.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9143CB is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 67 | 203 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.20 |
| HSL | 274.41º | 0.57% | 0.53% | - |
| HSV(B) | 274.41º | 0.67% | 0.8% | - |
| XYZ | 24.46 | 14.35 | 57.98 | - |
| YUV | 105.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 67 | 203 | 0.29 | 0.67 | 0 | 0.20 | 274.41 | 0.57 | 0.53 |
| Hex | 91 | 43 | CB | 1D | 43 | 0 | 14 | 112 | 39 | 35 |
| Octal | 221 | 103 | 313 | 35 | 103 | 0 | 24 | 422 | 71 | 65 |
| Binary | 10010001 | 1000011 | 11001011 | 11101 | 1000011 | 0 | 10100 | 100010010 | 111001 | 110101 |
Color Harmonies of #9143CB
Complementary color
Monochromatic Colors of #9143CB
Black with #9143CB
Text Example
Text Example
White with #9143CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9143CB; }
p { color: rgb(145,67,203); }
H1.HeaderClassName
{
color: #9143CB;
}
.AnyTagClassName
{
color: #9143CB;
}
</style>
background-color css
<style>
a { background-color: #9143CB; }
a { background-color: rgb(145,67,203); }
div.DivClassName
{
background-color: #9143CB;
}
.BgClassName
{
background-color: #9143CB;
}
</style>
border-color css
<style>
span { border-color: #9143CB; }
span { border-color: rgb(145,67,203); }
td.TdClassName
{
border-color: #9143CB;
}
.TagClassName
{
border-color: #9143CB;
}
</style>