Shades of Dark Orchid #9437CE
Tints of Dark Orchid #9437CE
RGB
CMYK
RGB Variations
Color information
#9437CE (or 0x9437CE) is known color: Dark Orchid. HEX triplet: 94, 37 and CE. RGB value is (148,55,206). Sum of RGB (Red+Green+Blue) = 148+55+206=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #9437CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437CE is #6BC831. Grayscale: #636363. Windows color (decimal): -7063602 or 13514644. OLE color: 13514644.
HSL color Cylindrical-coordinate representation of color #9437CE: hue angle of 276.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9437CE is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 55 | 206 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.19 |
| HSL | 276.95º | 0.61% | 0.51% | - |
| HSV(B) | 276.95º | 0.73% | 0.81% | - |
| XYZ | 24.72 | 13.48 | 59.69 | - |
| YUV | 100.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 206 | 0.28 | 0.73 | 0 | 0.19 | 276.95 | 0.61 | 0.51 |
| Hex | 94 | 37 | CE | 1C | 49 | 0 | 13 | 115 | 3D | 33 |
| Octal | 224 | 67 | 316 | 34 | 111 | 0 | 23 | 425 | 75 | 63 |
| Binary | 10010100 | 110111 | 11001110 | 11100 | 1001001 | 0 | 10011 | 100010101 | 111101 | 110011 |
Color Harmonies of #9437CE
Complementary color
Monochromatic Colors of #9437CE
Black with #9437CE
Text Example
Text Example
White with #9437CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437CE; }
p { color: rgb(148,55,206); }
H1.HeaderClassName
{
color: #9437CE;
}
.AnyTagClassName
{
color: #9437CE;
}
</style>
background-color css
<style>
a { background-color: #9437CE; }
a { background-color: rgb(148,55,206); }
div.DivClassName
{
background-color: #9437CE;
}
.BgClassName
{
background-color: #9437CE;
}
</style>
border-color css
<style>
span { border-color: #9437CE; }
span { border-color: rgb(148,55,206); }
td.TdClassName
{
border-color: #9437CE;
}
.TagClassName
{
border-color: #9437CE;
}
</style>