Shades of Dark Orchid #9231CA
Tints of Dark Orchid #9231CA
RGB
CMYK
RGB Variations
Color information
#9231CA (or 0x9231CA) is known color: Dark Orchid. HEX triplet: 92, 31 and CA. RGB value is (146,49,202). Sum of RGB (Red+Green+Blue) = 146+49+202=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #9231CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9231CA is #6DCE35. Grayscale: #5E5E5E. Windows color (decimal): -7196214 or 13250962. OLE color: 13250962.
HSL color Cylindrical-coordinate representation of color #9231CA: hue angle of 278.04º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9231CA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 49 | 202 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.21 |
| HSL | 278.04º | 0.61% | 0.49% | - |
| HSV(B) | 278.04º | 0.76% | 0.79% | - |
| XYZ | 23.61 | 12.57 | 57.06 | - |
| YUV | 95.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 202 | 0.28 | 0.76 | 0 | 0.21 | 278.04 | 0.61 | 0.49 |
| Hex | 92 | 31 | CA | 1C | 4C | 0 | 15 | 116 | 3D | 31 |
| Octal | 222 | 61 | 312 | 34 | 114 | 0 | 25 | 426 | 75 | 61 |
| Binary | 10010010 | 110001 | 11001010 | 11100 | 1001100 | 0 | 10101 | 100010110 | 111101 | 110001 |
Color Harmonies of #9231CA
Complementary color
Monochromatic Colors of #9231CA
Black with #9231CA
Text Example
Text Example
White with #9231CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9231CA; }
p { color: rgb(146,49,202); }
H1.HeaderClassName
{
color: #9231CA;
}
.AnyTagClassName
{
color: #9231CA;
}
</style>
background-color css
<style>
a { background-color: #9231CA; }
a { background-color: rgb(146,49,202); }
div.DivClassName
{
background-color: #9231CA;
}
.BgClassName
{
background-color: #9231CA;
}
</style>
border-color css
<style>
span { border-color: #9231CA; }
span { border-color: rgb(146,49,202); }
td.TdClassName
{
border-color: #9231CA;
}
.TagClassName
{
border-color: #9231CA;
}
</style>