Shades of Dark Orchid #9243CE
Tints of Dark Orchid #9243CE
RGB
CMYK
RGB Variations
Color information
#9243CE (or 0x9243CE) is known color: Dark Orchid. HEX triplet: 92, 43 and CE. RGB value is (146,67,206). Sum of RGB (Red+Green+Blue) = 146+67+206=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #9243CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243CE is #6DBC31. Grayscale: #696969. Windows color (decimal): -7191602 or 13517714. OLE color: 13517714.
HSL color Cylindrical-coordinate representation of color #9243CE: hue angle of 274.1º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9243CE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 67 | 206 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.19 |
| HSL | 274.1º | 0.59% | 0.54% | - |
| HSV(B) | 274.1º | 0.67% | 0.81% | - |
| XYZ | 25 | 14.58 | 59.89 | - |
| YUV | 106.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 206 | 0.29 | 0.67 | 0 | 0.19 | 274.1 | 0.59 | 0.54 |
| Hex | 92 | 43 | CE | 1D | 43 | 0 | 13 | 112 | 3B | 36 |
| Octal | 222 | 103 | 316 | 35 | 103 | 0 | 23 | 422 | 73 | 66 |
| Binary | 10010010 | 1000011 | 11001110 | 11101 | 1000011 | 0 | 10011 | 100010010 | 111011 | 110110 |
Color Harmonies of #9243CE
Complementary color
Monochromatic Colors of #9243CE
Black with #9243CE
Text Example
Text Example
White with #9243CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243CE; }
p { color: rgb(146,67,206); }
H1.HeaderClassName
{
color: #9243CE;
}
.AnyTagClassName
{
color: #9243CE;
}
</style>
background-color css
<style>
a { background-color: #9243CE; }
a { background-color: rgb(146,67,206); }
div.DivClassName
{
background-color: #9243CE;
}
.BgClassName
{
background-color: #9243CE;
}
</style>
border-color css
<style>
span { border-color: #9243CE; }
span { border-color: rgb(146,67,206); }
td.TdClassName
{
border-color: #9243CE;
}
.TagClassName
{
border-color: #9243CE;
}
</style>