Shades of Dark Orchid #9437CA
Tints of Dark Orchid #9437CA
RGB
CMYK
RGB Variations
Color information
#9437CA (or 0x9437CA) is known color: Dark Orchid. HEX triplet: 94, 37 and CA. RGB value is (148,55,202). Sum of RGB (Red+Green+Blue) = 148+55+202=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #9437CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437CA is #6BC835. Grayscale: #636363. Windows color (decimal): -7063606 or 13252500. OLE color: 13252500.
HSL color Cylindrical-coordinate representation of color #9437CA: hue angle of 277.96º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9437CA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 55 | 202 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.21 |
| HSL | 277.96º | 0.58% | 0.5% | - |
| HSV(B) | 277.96º | 0.73% | 0.79% | - |
| XYZ | 24.24 | 13.29 | 57.17 | - |
| YUV | 99.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 202 | 0.27 | 0.73 | 0 | 0.21 | 277.96 | 0.58 | 0.5 |
| Hex | 94 | 37 | CA | 1B | 49 | 0 | 15 | 116 | 3A | 32 |
| Octal | 224 | 67 | 312 | 33 | 111 | 0 | 25 | 426 | 72 | 62 |
| Binary | 10010100 | 110111 | 11001010 | 11011 | 1001001 | 0 | 10101 | 100010110 | 111010 | 110010 |
Color Harmonies of #9437CA
Complementary color
Monochromatic Colors of #9437CA
Black with #9437CA
Text Example
Text Example
White with #9437CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437CA; }
p { color: rgb(148,55,202); }
H1.HeaderClassName
{
color: #9437CA;
}
.AnyTagClassName
{
color: #9437CA;
}
</style>
background-color css
<style>
a { background-color: #9437CA; }
a { background-color: rgb(148,55,202); }
div.DivClassName
{
background-color: #9437CA;
}
.BgClassName
{
background-color: #9437CA;
}
</style>
border-color css
<style>
span { border-color: #9437CA; }
span { border-color: rgb(148,55,202); }
td.TdClassName
{
border-color: #9437CA;
}
.TagClassName
{
border-color: #9437CA;
}
</style>