Shades of Dark Orchid #9243C9
Tints of Dark Orchid #9243C9
RGB
CMYK
RGB Variations
Color information
#9243C9 (or 0x9243C9) is known color: Dark Orchid. HEX triplet: 92, 43 and C9. RGB value is (146,67,201). Sum of RGB (Red+Green+Blue) = 146+67+201=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #9243C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243C9 is #6DBC36. Grayscale: #696969. Windows color (decimal): -7191607 or 13190034. OLE color: 13190034.
HSL color Cylindrical-coordinate representation of color #9243C9: hue angle of 275.37º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9243C9 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 67 | 201 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.21 |
| HSL | 275.37º | 0.55% | 0.53% | - |
| HSV(B) | 275.37º | 0.67% | 0.79% | - |
| XYZ | 24.4 | 14.34 | 56.74 | - |
| YUV | 105.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 201 | 0.27 | 0.67 | 0 | 0.21 | 275.37 | 0.55 | 0.53 |
| Hex | 92 | 43 | C9 | 1B | 43 | 0 | 15 | 113 | 37 | 35 |
| Octal | 222 | 103 | 311 | 33 | 103 | 0 | 25 | 423 | 67 | 65 |
| Binary | 10010010 | 1000011 | 11001001 | 11011 | 1000011 | 0 | 10101 | 100010011 | 110111 | 110101 |
Color Harmonies of #9243C9
Complementary color
Monochromatic Colors of #9243C9
Black with #9243C9
Text Example
Text Example
White with #9243C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243C9; }
p { color: rgb(146,67,201); }
H1.HeaderClassName
{
color: #9243C9;
}
.AnyTagClassName
{
color: #9243C9;
}
</style>
background-color css
<style>
a { background-color: #9243C9; }
a { background-color: rgb(146,67,201); }
div.DivClassName
{
background-color: #9243C9;
}
.BgClassName
{
background-color: #9243C9;
}
</style>
border-color css
<style>
span { border-color: #9243C9; }
span { border-color: rgb(146,67,201); }
td.TdClassName
{
border-color: #9243C9;
}
.TagClassName
{
border-color: #9243C9;
}
</style>