Shades of Dark Orchid #8B3FCF
Tints of Dark Orchid #8B3FCF
RGB
CMYK
RGB Variations
Color information
#8B3FCF (or 0x8B3FCF) is known color: Dark Orchid. HEX triplet: 8B, 3F and CF. RGB value is (139,63,207). Sum of RGB (Red+Green+Blue) = 139+63+207=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B3FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3FCF is #74C030. Grayscale: #656565. Windows color (decimal): -7651377 or 13582219. OLE color: 13582219.
HSL color Cylindrical-coordinate representation of color #8B3FCF: hue angle of 271.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B3FCF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 63 | 207 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.19 |
| HSL | 271.67º | 0.6% | 0.53% | - |
| HSV(B) | 271.67º | 0.7% | 0.81% | - |
| XYZ | 23.69 | 13.55 | 60.4 | - |
| YUV | 102.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 207 | 0.33 | 0.70 | 0 | 0.19 | 271.67 | 0.6 | 0.53 |
| Hex | 8B | 3F | CF | 21 | 46 | 0 | 13 | 110 | 3C | 35 |
| Octal | 213 | 77 | 317 | 41 | 106 | 0 | 23 | 420 | 74 | 65 |
| Binary | 10001011 | 111111 | 11001111 | 100001 | 1000110 | 0 | 10011 | 100010000 | 111100 | 110101 |
Color Harmonies of #8B3FCF
Complementary color
Monochromatic Colors of #8B3FCF
Black with #8B3FCF
Text Example
Text Example
White with #8B3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3FCF; }
p { color: rgb(139,63,207); }
H1.HeaderClassName
{
color: #8B3FCF;
}
.AnyTagClassName
{
color: #8B3FCF;
}
</style>
background-color css
<style>
a { background-color: #8B3FCF; }
a { background-color: rgb(139,63,207); }
div.DivClassName
{
background-color: #8B3FCF;
}
.BgClassName
{
background-color: #8B3FCF;
}
</style>
border-color css
<style>
span { border-color: #8B3FCF; }
span { border-color: rgb(139,63,207); }
td.TdClassName
{
border-color: #8B3FCF;
}
.TagClassName
{
border-color: #8B3FCF;
}
</style>