Shades of Dark Orchid #8B40CF
Tints of Dark Orchid #8B40CF
RGB
CMYK
RGB Variations
Color information
#8B40CF (or 0x8B40CF) is known color: Dark Orchid. HEX triplet: 8B, 40 and CF. RGB value is (139,64,207). Sum of RGB (Red+Green+Blue) = 139+64+207=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B40CF is #74BF30. Grayscale: #666666. Windows color (decimal): -7651121 or 13582475. OLE color: 13582475.
HSL color Cylindrical-coordinate representation of color #8B40CF: hue angle of 271.47º 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 #8B40CF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 64 | 207 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.19 |
| HSL | 271.47º | 0.6% | 0.53% | - |
| HSV(B) | 271.47º | 0.69% | 0.81% | - |
| XYZ | 23.74 | 13.66 | 60.42 | - |
| YUV | 102.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 207 | 0.33 | 0.69 | 0 | 0.19 | 271.47 | 0.6 | 0.53 |
| Hex | 8B | 40 | CF | 21 | 45 | 0 | 13 | 10F | 3C | 35 |
| Octal | 213 | 100 | 317 | 41 | 105 | 0 | 23 | 417 | 74 | 65 |
| Binary | 10001011 | 1000000 | 11001111 | 100001 | 1000101 | 0 | 10011 | 100001111 | 111100 | 110101 |
Color Harmonies of #8B40CF
Complementary color
Monochromatic Colors of #8B40CF
Black with #8B40CF
Text Example
Text Example
White with #8B40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B40CF; }
p { color: rgb(139,64,207); }
H1.HeaderClassName
{
color: #8B40CF;
}
.AnyTagClassName
{
color: #8B40CF;
}
</style>
background-color css
<style>
a { background-color: #8B40CF; }
a { background-color: rgb(139,64,207); }
div.DivClassName
{
background-color: #8B40CF;
}
.BgClassName
{
background-color: #8B40CF;
}
</style>
border-color css
<style>
span { border-color: #8B40CF; }
span { border-color: rgb(139,64,207); }
td.TdClassName
{
border-color: #8B40CF;
}
.TagClassName
{
border-color: #8B40CF;
}
</style>