Shades of Dark Orchid #8B41CF
Tints of Dark Orchid #8B41CF
RGB
CMYK
RGB Variations
Color information
#8B41CF (or 0x8B41CF) is known color: Dark Orchid. HEX triplet: 8B, 41 and CF. RGB value is (139,65,207). Sum of RGB (Red+Green+Blue) = 139+65+207=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B41CF is #74BE30. Grayscale: #666666. Windows color (decimal): -7650865 or 13582731. OLE color: 13582731.
HSL color Cylindrical-coordinate representation of color #8B41CF: hue angle of 271.27º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B41CF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 65 | 207 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.19 |
| HSL | 271.27º | 0.6% | 0.53% | - |
| HSV(B) | 271.27º | 0.69% | 0.81% | - |
| XYZ | 23.8 | 13.77 | 60.44 | - |
| YUV | 103.31 | 186.52 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 207 | 0.33 | 0.69 | 0 | 0.19 | 271.27 | 0.6 | 0.53 |
| Hex | 8B | 41 | CF | 21 | 45 | 0 | 13 | 10F | 3C | 35 |
| Octal | 213 | 101 | 317 | 41 | 105 | 0 | 23 | 417 | 74 | 65 |
| Binary | 10001011 | 1000001 | 11001111 | 100001 | 1000101 | 0 | 10011 | 100001111 | 111100 | 110101 |
Color Harmonies of #8B41CF
Complementary color
Monochromatic Colors of #8B41CF
Black with #8B41CF
Text Example
Text Example
White with #8B41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B41CF; }
p { color: rgb(139,65,207); }
H1.HeaderClassName
{
color: #8B41CF;
}
.AnyTagClassName
{
color: #8B41CF;
}
</style>
background-color css
<style>
a { background-color: #8B41CF; }
a { background-color: rgb(139,65,207); }
div.DivClassName
{
background-color: #8B41CF;
}
.BgClassName
{
background-color: #8B41CF;
}
</style>
border-color css
<style>
span { border-color: #8B41CF; }
span { border-color: rgb(139,65,207); }
td.TdClassName
{
border-color: #8B41CF;
}
.TagClassName
{
border-color: #8B41CF;
}
</style>