Shades of Dark Orchid #9237D0
Tints of Dark Orchid #9237D0
RGB
CMYK
RGB Variations
Color information
#9237D0 (or 0x9237D0) is known color: Dark Orchid. HEX triplet: 92, 37 and D0. RGB value is (146,55,208). Sum of RGB (Red+Green+Blue) = 146+55+208=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #9237D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237D0 is #6DC82F. Grayscale: #636363. Windows color (decimal): -7194672 or 13645714. OLE color: 13645714.
HSL color Cylindrical-coordinate representation of color #9237D0: hue angle of 275.69º 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 #9237D0 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 55 | 208 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.18 |
| HSL | 275.69º | 0.62% | 0.52% | - |
| HSV(B) | 275.69º | 0.74% | 0.82% | - |
| XYZ | 24.61 | 13.4 | 60.96 | - |
| YUV | 99.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 208 | 0.30 | 0.74 | 0 | 0.18 | 275.69 | 0.62 | 0.52 |
| Hex | 92 | 37 | D0 | 1E | 4A | 0 | 12 | 114 | 3E | 34 |
| Octal | 222 | 67 | 320 | 36 | 112 | 0 | 22 | 424 | 76 | 64 |
| Binary | 10010010 | 110111 | 11010000 | 11110 | 1001010 | 0 | 10010 | 100010100 | 111110 | 110100 |
Color Harmonies of #9237D0
Complementary color
Monochromatic Colors of #9237D0
Black with #9237D0
Text Example
Text Example
White with #9237D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9237D0; }
p { color: rgb(146,55,208); }
H1.HeaderClassName
{
color: #9237D0;
}
.AnyTagClassName
{
color: #9237D0;
}
</style>
background-color css
<style>
a { background-color: #9237D0; }
a { background-color: rgb(146,55,208); }
div.DivClassName
{
background-color: #9237D0;
}
.BgClassName
{
background-color: #9237D0;
}
</style>
border-color css
<style>
span { border-color: #9237D0; }
span { border-color: rgb(146,55,208); }
td.TdClassName
{
border-color: #9237D0;
}
.TagClassName
{
border-color: #9237D0;
}
</style>