Shades of Dark Orchid #931CCF
Tints of Dark Orchid #931CCF
RGB
CMYK
RGB Variations
Color information
#931CCF (or 0x931CCF) is known color: Dark Orchid. HEX triplet: 93, 1C and CF. RGB value is (147,28,207). Sum of RGB (Red+Green+Blue) = 147+28+207=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #931CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931CCF is #6CE330. Grayscale: #535353. Windows color (decimal): -7136049 or 13573267. OLE color: 13573267.
HSL color Cylindrical-coordinate representation of color #931CCF: hue angle of 279.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931CCF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 28 | 207 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.19 |
| HSL | 279.89º | 0.76% | 0.46% | - |
| HSV(B) | 279.89º | 0.86% | 0.81% | - |
| XYZ | 23.71 | 11.54 | 60.01 | - |
| YUV | 83.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 28 | 207 | 0.29 | 0.86 | 0 | 0.19 | 279.89 | 0.76 | 0.46 |
| Hex | 93 | 1C | CF | 1D | 56 | 0 | 13 | 118 | 4C | 2E |
| Octal | 223 | 34 | 317 | 35 | 126 | 0 | 23 | 430 | 114 | 56 |
| Binary | 10010011 | 11100 | 11001111 | 11101 | 1010110 | 0 | 10011 | 100011000 | 1001100 | 101110 |
Color Harmonies of #931CCF
Complementary color
Monochromatic Colors of #931CCF
Black with #931CCF
Text Example
Text Example
White with #931CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931CCF; }
p { color: rgb(147,28,207); }
H1.HeaderClassName
{
color: #931CCF;
}
.AnyTagClassName
{
color: #931CCF;
}
</style>
background-color css
<style>
a { background-color: #931CCF; }
a { background-color: rgb(147,28,207); }
div.DivClassName
{
background-color: #931CCF;
}
.BgClassName
{
background-color: #931CCF;
}
</style>
border-color css
<style>
span { border-color: #931CCF; }
span { border-color: rgb(147,28,207); }
td.TdClassName
{
border-color: #931CCF;
}
.TagClassName
{
border-color: #931CCF;
}
</style>