Shades of Dark Orchid #931FC4
Tints of Dark Orchid #931FC4
RGB
CMYK
RGB Variations
Color information
#931FC4 (or 0x931FC4) is known color: Dark Orchid. HEX triplet: 93, 1F and C4. RGB value is (147,31,196). Sum of RGB (Red+Green+Blue) = 147+31+196=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #931FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931FC4 is #6CE03B. Grayscale: #535353. Windows color (decimal): -7135292 or 12853139. OLE color: 12853139.
HSL color Cylindrical-coordinate representation of color #931FC4: hue angle of 282.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931FC4 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 31 | 196 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.23 |
| HSL | 282.18º | 0.73% | 0.45% | - |
| HSV(B) | 282.18º | 0.84% | 0.77% | - |
| XYZ | 22.49 | 11.17 | 53.2 | - |
| YUV | 84.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 31 | 196 | 0.25 | 0.84 | 0 | 0.23 | 282.18 | 0.73 | 0.45 |
| Hex | 93 | 1F | C4 | 19 | 54 | 0 | 17 | 11A | 49 | 2D |
| Octal | 223 | 37 | 304 | 31 | 124 | 0 | 27 | 432 | 111 | 55 |
| Binary | 10010011 | 11111 | 11000100 | 11001 | 1010100 | 0 | 10111 | 100011010 | 1001001 | 101101 |
Color Harmonies of #931FC4
Complementary color
Monochromatic Colors of #931FC4
Black with #931FC4
Text Example
Text Example
White with #931FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931FC4; }
p { color: rgb(147,31,196); }
H1.HeaderClassName
{
color: #931FC4;
}
.AnyTagClassName
{
color: #931FC4;
}
</style>
background-color css
<style>
a { background-color: #931FC4; }
a { background-color: rgb(147,31,196); }
div.DivClassName
{
background-color: #931FC4;
}
.BgClassName
{
background-color: #931FC4;
}
</style>
border-color css
<style>
span { border-color: #931FC4; }
span { border-color: rgb(147,31,196); }
td.TdClassName
{
border-color: #931FC4;
}
.TagClassName
{
border-color: #931FC4;
}
</style>