Shades of Dark Orchid #8F38B2
Tints of Dark Orchid #8F38B2
RGB
CMYK
RGB Variations
Color information
#8F38B2 (or 0x8F38B2) is known color: Dark Orchid. HEX triplet: 8F, 38 and B2. RGB value is (143,56,178). Sum of RGB (Red+Green+Blue) = 143+56+178=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F38B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F38B2 is #70C74D. Grayscale: #5F5F5F. Windows color (decimal): -7391054 or 11679887. OLE color: 11679887.
HSL color Cylindrical-coordinate representation of color #8F38B2: hue angle of 282.79º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F38B2 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 56 | 178 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.30 |
| HSL | 282.79º | 0.52% | 0.46% | - |
| HSV(B) | 282.79º | 0.69% | 0.7% | - |
| XYZ | 20.78 | 11.88 | 43.32 | - |
| YUV | 95.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 178 | 0.20 | 0.69 | 0 | 0.30 | 282.79 | 0.52 | 0.46 |
| Hex | 8F | 38 | B2 | 14 | 45 | 0 | 1E | 11B | 34 | 2E |
| Octal | 217 | 70 | 262 | 24 | 105 | 0 | 36 | 433 | 64 | 56 |
| Binary | 10001111 | 111000 | 10110010 | 10100 | 1000101 | 0 | 11110 | 100011011 | 110100 | 101110 |
Color Harmonies of #8F38B2
Complementary color
Monochromatic Colors of #8F38B2
Black with #8F38B2
Text Example
Text Example
White with #8F38B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F38B2; }
p { color: rgb(143,56,178); }
H1.HeaderClassName
{
color: #8F38B2;
}
.AnyTagClassName
{
color: #8F38B2;
}
</style>
background-color css
<style>
a { background-color: #8F38B2; }
a { background-color: rgb(143,56,178); }
div.DivClassName
{
background-color: #8F38B2;
}
.BgClassName
{
background-color: #8F38B2;
}
</style>
border-color css
<style>
span { border-color: #8F38B2; }
span { border-color: rgb(143,56,178); }
td.TdClassName
{
border-color: #8F38B2;
}
.TagClassName
{
border-color: #8F38B2;
}
</style>