Shades of Dark Orchid #911FC4
Tints of Dark Orchid #911FC4
RGB
CMYK
RGB Variations
Color information
#911FC4 (or 0x911FC4) is known color: Dark Orchid. HEX triplet: 91, 1F and C4. RGB value is (145,31,196). Sum of RGB (Red+Green+Blue) = 145+31+196=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #911FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911FC4 is #6EE03B. Grayscale: #535353. Windows color (decimal): -7266364 or 12853137. OLE color: 12853137.
HSL color Cylindrical-coordinate representation of color #911FC4: hue angle of 281.45º 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 #911FC4 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 31 | 196 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.23 |
| HSL | 281.45º | 0.73% | 0.45% | - |
| HSV(B) | 281.45º | 0.84% | 0.77% | - |
| XYZ | 22.13 | 10.99 | 53.18 | - |
| YUV | 83.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 196 | 0.26 | 0.84 | 0 | 0.23 | 281.45 | 0.73 | 0.45 |
| Hex | 91 | 1F | C4 | 1A | 54 | 0 | 17 | 119 | 49 | 2D |
| Octal | 221 | 37 | 304 | 32 | 124 | 0 | 27 | 431 | 111 | 55 |
| Binary | 10010001 | 11111 | 11000100 | 11010 | 1010100 | 0 | 10111 | 100011001 | 1001001 | 101101 |
Color Harmonies of #911FC4
Complementary color
Monochromatic Colors of #911FC4
Black with #911FC4
Text Example
Text Example
White with #911FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911FC4; }
p { color: rgb(145,31,196); }
H1.HeaderClassName
{
color: #911FC4;
}
.AnyTagClassName
{
color: #911FC4;
}
</style>
background-color css
<style>
a { background-color: #911FC4; }
a { background-color: rgb(145,31,196); }
div.DivClassName
{
background-color: #911FC4;
}
.BgClassName
{
background-color: #911FC4;
}
</style>
border-color css
<style>
span { border-color: #911FC4; }
span { border-color: rgb(145,31,196); }
td.TdClassName
{
border-color: #911FC4;
}
.TagClassName
{
border-color: #911FC4;
}
</style>