Shades of Dark Orchid #9437D0
Tints of Dark Orchid #9437D0
RGB
CMYK
RGB Variations
Color information
#9437D0 (or 0x9437D0) is known color: Dark Orchid. HEX triplet: 94, 37 and D0. RGB value is (148,55,208). Sum of RGB (Red+Green+Blue) = 148+55+208=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #9437D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437D0 is #6BC82F. Grayscale: #636363. Windows color (decimal): -7063600 or 13645716. OLE color: 13645716.
HSL color Cylindrical-coordinate representation of color #9437D0: hue angle of 276.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9437D0 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 55 | 208 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.18 |
| HSL | 276.47º | 0.62% | 0.52% | - |
| HSV(B) | 276.47º | 0.74% | 0.82% | - |
| XYZ | 24.96 | 13.58 | 60.98 | - |
| YUV | 100.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 208 | 0.29 | 0.74 | 0 | 0.18 | 276.47 | 0.62 | 0.52 |
| Hex | 94 | 37 | D0 | 1D | 4A | 0 | 12 | 114 | 3E | 34 |
| Octal | 224 | 67 | 320 | 35 | 112 | 0 | 22 | 424 | 76 | 64 |
| Binary | 10010100 | 110111 | 11010000 | 11101 | 1001010 | 0 | 10010 | 100010100 | 111110 | 110100 |
Color Harmonies of #9437D0
Complementary color
Monochromatic Colors of #9437D0
Black with #9437D0
Text Example
Text Example
White with #9437D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437D0; }
p { color: rgb(148,55,208); }
H1.HeaderClassName
{
color: #9437D0;
}
.AnyTagClassName
{
color: #9437D0;
}
</style>
background-color css
<style>
a { background-color: #9437D0; }
a { background-color: rgb(148,55,208); }
div.DivClassName
{
background-color: #9437D0;
}
.BgClassName
{
background-color: #9437D0;
}
</style>
border-color css
<style>
span { border-color: #9437D0; }
span { border-color: rgb(148,55,208); }
td.TdClassName
{
border-color: #9437D0;
}
.TagClassName
{
border-color: #9437D0;
}
</style>