Shades of Dark Orchid #8F33B1
Tints of Dark Orchid #8F33B1
RGB
CMYK
RGB Variations
Color information
#8F33B1 (or 0x8F33B1) is known color: Dark Orchid. HEX triplet: 8F, 33 and B1. RGB value is (143,51,177). Sum of RGB (Red+Green+Blue) = 143+51+177=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #8F33B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F33B1 is #70CC4E. Grayscale: #5C5C5C. Windows color (decimal): -7392335 or 11613071. OLE color: 11613071.
HSL color Cylindrical-coordinate representation of color #8F33B1: hue angle of 283.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F33B1 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 51 | 177 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.31 |
| HSL | 283.81º | 0.55% | 0.45% | - |
| HSV(B) | 283.81º | 0.71% | 0.69% | - |
| XYZ | 20.45 | 11.38 | 42.71 | - |
| YUV | 92.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 177 | 0.19 | 0.71 | 0 | 0.31 | 283.81 | 0.55 | 0.45 |
| Hex | 8F | 33 | B1 | 13 | 47 | 0 | 1F | 11C | 37 | 2D |
| Octal | 217 | 63 | 261 | 23 | 107 | 0 | 37 | 434 | 67 | 55 |
| Binary | 10001111 | 110011 | 10110001 | 10011 | 1000111 | 0 | 11111 | 100011100 | 110111 | 101101 |
Color Harmonies of #8F33B1
Complementary color
Monochromatic Colors of #8F33B1
Black with #8F33B1
Text Example
Text Example
White with #8F33B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F33B1; }
p { color: rgb(143,51,177); }
H1.HeaderClassName
{
color: #8F33B1;
}
.AnyTagClassName
{
color: #8F33B1;
}
</style>
background-color css
<style>
a { background-color: #8F33B1; }
a { background-color: rgb(143,51,177); }
div.DivClassName
{
background-color: #8F33B1;
}
.BgClassName
{
background-color: #8F33B1;
}
</style>
border-color css
<style>
span { border-color: #8F33B1; }
span { border-color: rgb(143,51,177); }
td.TdClassName
{
border-color: #8F33B1;
}
.TagClassName
{
border-color: #8F33B1;
}
</style>