Shades of Dark Orchid #9337CF
Tints of Dark Orchid #9337CF
RGB
CMYK
RGB Variations
Color information
#9337CF (or 0x9337CF) is known color: Dark Orchid. HEX triplet: 93, 37 and CF. RGB value is (147,55,207). Sum of RGB (Red+Green+Blue) = 147+55+207=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #9337CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9337CF is #6CC830. Grayscale: #636363. Windows color (decimal): -7129137 or 13580179. OLE color: 13580179.
HSL color Cylindrical-coordinate representation of color #9337CF: hue angle of 276.32º 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 #9337CF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 55 | 207 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.19 |
| HSL | 276.32º | 0.61% | 0.51% | - |
| HSV(B) | 276.32º | 0.73% | 0.81% | - |
| XYZ | 24.66 | 13.44 | 60.33 | - |
| YUV | 99.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 207 | 0.29 | 0.73 | 0 | 0.19 | 276.32 | 0.61 | 0.51 |
| Hex | 93 | 37 | CF | 1D | 49 | 0 | 13 | 114 | 3D | 33 |
| Octal | 223 | 67 | 317 | 35 | 111 | 0 | 23 | 424 | 75 | 63 |
| Binary | 10010011 | 110111 | 11001111 | 11101 | 1001001 | 0 | 10011 | 100010100 | 111101 | 110011 |
Color Harmonies of #9337CF
Complementary color
Monochromatic Colors of #9337CF
Black with #9337CF
Text Example
Text Example
White with #9337CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9337CF; }
p { color: rgb(147,55,207); }
H1.HeaderClassName
{
color: #9337CF;
}
.AnyTagClassName
{
color: #9337CF;
}
</style>
background-color css
<style>
a { background-color: #9337CF; }
a { background-color: rgb(147,55,207); }
div.DivClassName
{
background-color: #9337CF;
}
.BgClassName
{
background-color: #9337CF;
}
</style>
border-color css
<style>
span { border-color: #9337CF; }
span { border-color: rgb(147,55,207); }
td.TdClassName
{
border-color: #9337CF;
}
.TagClassName
{
border-color: #9337CF;
}
</style>