Shades of Dark Orchid #8F31B3
Tints of Dark Orchid #8F31B3
RGB
CMYK
RGB Variations
Color information
#8F31B3 (or 0x8F31B3) is known color: Dark Orchid. HEX triplet: 8F, 31 and B3. RGB value is (143,49,179). Sum of RGB (Red+Green+Blue) = 143+49+179=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F31B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F31B3 is #70CE4C. Grayscale: #5B5B5B. Windows color (decimal): -7392845 or 11743631. OLE color: 11743631.
HSL color Cylindrical-coordinate representation of color #8F31B3: hue angle of 283.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F31B3 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 49 | 179 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.30 |
| HSL | 283.38º | 0.57% | 0.45% | - |
| HSV(B) | 283.38º | 0.73% | 0.7% | - |
| XYZ | 20.56 | 11.29 | 43.74 | - |
| YUV | 91.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 179 | 0.20 | 0.73 | 0 | 0.30 | 283.38 | 0.57 | 0.45 |
| Hex | 8F | 31 | B3 | 14 | 49 | 0 | 1E | 11B | 39 | 2D |
| Octal | 217 | 61 | 263 | 24 | 111 | 0 | 36 | 433 | 71 | 55 |
| Binary | 10001111 | 110001 | 10110011 | 10100 | 1001001 | 0 | 11110 | 100011011 | 111001 | 101101 |
Color Harmonies of #8F31B3
Complementary color
Monochromatic Colors of #8F31B3
Black with #8F31B3
Text Example
Text Example
White with #8F31B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F31B3; }
p { color: rgb(143,49,179); }
H1.HeaderClassName
{
color: #8F31B3;
}
.AnyTagClassName
{
color: #8F31B3;
}
</style>
background-color css
<style>
a { background-color: #8F31B3; }
a { background-color: rgb(143,49,179); }
div.DivClassName
{
background-color: #8F31B3;
}
.BgClassName
{
background-color: #8F31B3;
}
</style>
border-color css
<style>
span { border-color: #8F31B3; }
span { border-color: rgb(143,49,179); }
td.TdClassName
{
border-color: #8F31B3;
}
.TagClassName
{
border-color: #8F31B3;
}
</style>