Shades of Dark Orchid #8F3DC8
Tints of Dark Orchid #8F3DC8
RGB
CMYK
RGB Variations
Color information
#8F3DC8 (or 0x8F3DC8) is known color: Dark Orchid. HEX triplet: 8F, 3D and C8. RGB value is (143,61,200). Sum of RGB (Red+Green+Blue) = 143+61+200=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F3DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3DC8 is #70C237. Grayscale: #646464. Windows color (decimal): -7389752 or 13122959. OLE color: 13122959.
HSL color Cylindrical-coordinate representation of color #8F3DC8: hue angle of 275.4º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F3DC8 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 61 | 200 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.22 |
| HSL | 275.4º | 0.56% | 0.51% | - |
| HSV(B) | 275.4º | 0.7% | 0.78% | - |
| XYZ | 23.42 | 13.35 | 55.99 | - |
| YUV | 101.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 200 | 0.28 | 0.69 | 0 | 0.22 | 275.4 | 0.56 | 0.51 |
| Hex | 8F | 3D | C8 | 1C | 45 | 0 | 16 | 113 | 38 | 33 |
| Octal | 217 | 75 | 310 | 34 | 105 | 0 | 26 | 423 | 70 | 63 |
| Binary | 10001111 | 111101 | 11001000 | 11100 | 1000101 | 0 | 10110 | 100010011 | 111000 | 110011 |
Color Harmonies of #8F3DC8
Complementary color
Monochromatic Colors of #8F3DC8
Black with #8F3DC8
Text Example
Text Example
White with #8F3DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3DC8; }
p { color: rgb(143,61,200); }
H1.HeaderClassName
{
color: #8F3DC8;
}
.AnyTagClassName
{
color: #8F3DC8;
}
</style>
background-color css
<style>
a { background-color: #8F3DC8; }
a { background-color: rgb(143,61,200); }
div.DivClassName
{
background-color: #8F3DC8;
}
.BgClassName
{
background-color: #8F3DC8;
}
</style>
border-color css
<style>
span { border-color: #8F3DC8; }
span { border-color: rgb(143,61,200); }
td.TdClassName
{
border-color: #8F3DC8;
}
.TagClassName
{
border-color: #8F3DC8;
}
</style>