Shades of Dark Orchid #9230CA
Tints of Dark Orchid #9230CA
RGB
CMYK
RGB Variations
Color information
#9230CA (or 0x9230CA) is known color: Dark Orchid. HEX triplet: 92, 30 and CA. RGB value is (146,48,202). Sum of RGB (Red+Green+Blue) = 146+48+202=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #9230CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9230CA is #6DCF35. Grayscale: #5E5E5E. Windows color (decimal): -7196470 or 13250706. OLE color: 13250706.
HSL color Cylindrical-coordinate representation of color #9230CA: hue angle of 278.18º degrees, saturation: 0.62, 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 #9230CA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 48 | 202 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.21 |
| HSL | 278.18º | 0.62% | 0.49% | - |
| HSV(B) | 278.18º | 0.76% | 0.79% | - |
| XYZ | 23.57 | 12.49 | 57.05 | - |
| YUV | 94.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 202 | 0.28 | 0.76 | 0 | 0.21 | 278.18 | 0.62 | 0.49 |
| Hex | 92 | 30 | CA | 1C | 4C | 0 | 15 | 116 | 3E | 31 |
| Octal | 222 | 60 | 312 | 34 | 114 | 0 | 25 | 426 | 76 | 61 |
| Binary | 10010010 | 110000 | 11001010 | 11100 | 1001100 | 0 | 10101 | 100010110 | 111110 | 110001 |
Color Harmonies of #9230CA
Complementary color
Monochromatic Colors of #9230CA
Black with #9230CA
Text Example
Text Example
White with #9230CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9230CA; }
p { color: rgb(146,48,202); }
H1.HeaderClassName
{
color: #9230CA;
}
.AnyTagClassName
{
color: #9230CA;
}
</style>
background-color css
<style>
a { background-color: #9230CA; }
a { background-color: rgb(146,48,202); }
div.DivClassName
{
background-color: #9230CA;
}
.BgClassName
{
background-color: #9230CA;
}
</style>
border-color css
<style>
span { border-color: #9230CA; }
span { border-color: rgb(146,48,202); }
td.TdClassName
{
border-color: #9230CA;
}
.TagClassName
{
border-color: #9230CA;
}
</style>