Shades of Dark Orchid #841FC4
Tints of Dark Orchid #841FC4
RGB
CMYK
RGB Variations
Color information
#841FC4 (or 0x841FC4) is known color: Dark Orchid. HEX triplet: 84, 1F and C4. RGB value is (132,31,196). Sum of RGB (Red+Green+Blue) = 132+31+196=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #841FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FC4 is #7BE03B. Grayscale: #4F4F4F. Windows color (decimal): -8118332 or 12853124. OLE color: 12853124.
HSL color Cylindrical-coordinate representation of color #841FC4: hue angle of 276.73º 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 #841FC4 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 31 | 196 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.23 |
| HSL | 276.73º | 0.73% | 0.45% | - |
| HSV(B) | 276.73º | 0.84% | 0.77% | - |
| XYZ | 19.97 | 9.87 | 53.08 | - |
| YUV | 80.01 | 193.46 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 196 | 0.33 | 0.84 | 0 | 0.23 | 276.73 | 0.73 | 0.45 |
| Hex | 84 | 1F | C4 | 21 | 54 | 0 | 17 | 115 | 49 | 2D |
| Octal | 204 | 37 | 304 | 41 | 124 | 0 | 27 | 425 | 111 | 55 |
| Binary | 10000100 | 11111 | 11000100 | 100001 | 1010100 | 0 | 10111 | 100010101 | 1001001 | 101101 |
Color Harmonies of #841FC4
Complementary color
Monochromatic Colors of #841FC4
Black with #841FC4
Text Example
Text Example
White with #841FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FC4; }
p { color: rgb(132,31,196); }
H1.HeaderClassName
{
color: #841FC4;
}
.AnyTagClassName
{
color: #841FC4;
}
</style>
background-color css
<style>
a { background-color: #841FC4; }
a { background-color: rgb(132,31,196); }
div.DivClassName
{
background-color: #841FC4;
}
.BgClassName
{
background-color: #841FC4;
}
</style>
border-color css
<style>
span { border-color: #841FC4; }
span { border-color: rgb(132,31,196); }
td.TdClassName
{
border-color: #841FC4;
}
.TagClassName
{
border-color: #841FC4;
}
</style>