Shades of Dark Orchid #9243CA
Tints of Dark Orchid #9243CA
RGB
CMYK
RGB Variations
Color information
#9243CA (or 0x9243CA) is known color: Dark Orchid. HEX triplet: 92, 43 and CA. RGB value is (146,67,202). Sum of RGB (Red+Green+Blue) = 146+67+202=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #9243CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243CA is #6DBC35. Grayscale: #696969. Windows color (decimal): -7191606 or 13255570. OLE color: 13255570.
HSL color Cylindrical-coordinate representation of color #9243CA: hue angle of 275.11º degrees, saturation: 0.56, 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 #9243CA is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 67 | 202 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.21 |
| HSL | 275.11º | 0.56% | 0.53% | - |
| HSV(B) | 275.11º | 0.67% | 0.79% | - |
| XYZ | 24.52 | 14.39 | 57.36 | - |
| YUV | 106.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 67 | 202 | 0.28 | 0.67 | 0 | 0.21 | 275.11 | 0.56 | 0.53 |
| Hex | 92 | 43 | CA | 1C | 43 | 0 | 15 | 113 | 38 | 35 |
| Octal | 222 | 103 | 312 | 34 | 103 | 0 | 25 | 423 | 70 | 65 |
| Binary | 10010010 | 1000011 | 11001010 | 11100 | 1000011 | 0 | 10101 | 100010011 | 111000 | 110101 |
Color Harmonies of #9243CA
Complementary color
Monochromatic Colors of #9243CA
Black with #9243CA
Text Example
Text Example
White with #9243CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9243CA; }
p { color: rgb(146,67,202); }
H1.HeaderClassName
{
color: #9243CA;
}
.AnyTagClassName
{
color: #9243CA;
}
</style>
background-color css
<style>
a { background-color: #9243CA; }
a { background-color: rgb(146,67,202); }
div.DivClassName
{
background-color: #9243CA;
}
.BgClassName
{
background-color: #9243CA;
}
</style>
border-color css
<style>
span { border-color: #9243CA; }
span { border-color: rgb(146,67,202); }
td.TdClassName
{
border-color: #9243CA;
}
.TagClassName
{
border-color: #9243CA;
}
</style>