Shades of Dark Orchid #8B1FC8
Tints of Dark Orchid #8B1FC8
RGB
CMYK
RGB Variations
Color information
#8B1FC8 (or 0x8B1FC8) is known color: Dark Orchid. HEX triplet: 8B, 1F and C8. RGB value is (139,31,200). Sum of RGB (Red+Green+Blue) = 139+31+200=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 200 (78.52% from 255 or 54.05% from 370); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B1FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1FC8 is #74E037. Grayscale: #515151. Windows color (decimal): -7659576 or 13115275. OLE color: 13115275.
HSL color Cylindrical-coordinate representation of color #8B1FC8: hue angle of 278.34º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1FC8 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 31 | 200 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.22 |
| HSL | 278.34º | 0.73% | 0.45% | - |
| HSV(B) | 278.34º | 0.85% | 0.78% | - |
| XYZ | 21.56 | 10.64 | 55.56 | - |
| YUV | 82.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 200 | 0.30 | 0.84 | 0 | 0.22 | 278.34 | 0.73 | 0.45 |
| Hex | 8B | 1F | C8 | 1E | 54 | 0 | 16 | 116 | 49 | 2D |
| Octal | 213 | 37 | 310 | 36 | 124 | 0 | 26 | 426 | 111 | 55 |
| Binary | 10001011 | 11111 | 11001000 | 11110 | 1010100 | 0 | 10110 | 100010110 | 1001001 | 101101 |
Color Harmonies of #8B1FC8
Complementary color
Monochromatic Colors of #8B1FC8
Black with #8B1FC8
Text Example
Text Example
White with #8B1FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1FC8; }
p { color: rgb(139,31,200); }
H1.HeaderClassName
{
color: #8B1FC8;
}
.AnyTagClassName
{
color: #8B1FC8;
}
</style>
background-color css
<style>
a { background-color: #8B1FC8; }
a { background-color: rgb(139,31,200); }
div.DivClassName
{
background-color: #8B1FC8;
}
.BgClassName
{
background-color: #8B1FC8;
}
</style>
border-color css
<style>
span { border-color: #8B1FC8; }
span { border-color: rgb(139,31,200); }
td.TdClassName
{
border-color: #8B1FC8;
}
.TagClassName
{
border-color: #8B1FC8;
}
</style>