Shades of Dark Orchid #8F32B6
Tints of Dark Orchid #8F32B6
RGB
CMYK
RGB Variations
Color information
#8F32B6 (or 0x8F32B6) is known color: Dark Orchid. HEX triplet: 8F, 32 and B6. RGB value is (143,50,182). Sum of RGB (Red+Green+Blue) = 143+50+182=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F32B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F32B6 is #70CD49. Grayscale: #5C5C5C. Windows color (decimal): -7392586 or 11940495. OLE color: 11940495.
HSL color Cylindrical-coordinate representation of color #8F32B6: hue angle of 282.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F32B6 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 50 | 182 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.29 |
| HSL | 282.27º | 0.57% | 0.45% | - |
| HSV(B) | 282.27º | 0.73% | 0.71% | - |
| XYZ | 20.91 | 11.5 | 45.37 | - |
| YUV | 92.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 182 | 0.21 | 0.73 | 0 | 0.29 | 282.27 | 0.57 | 0.45 |
| Hex | 8F | 32 | B6 | 15 | 49 | 0 | 1D | 11A | 39 | 2D |
| Octal | 217 | 62 | 266 | 25 | 111 | 0 | 35 | 432 | 71 | 55 |
| Binary | 10001111 | 110010 | 10110110 | 10101 | 1001001 | 0 | 11101 | 100011010 | 111001 | 101101 |
Color Harmonies of #8F32B6
Complementary color
Monochromatic Colors of #8F32B6
Black with #8F32B6
Text Example
Text Example
White with #8F32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32B6; }
p { color: rgb(143,50,182); }
H1.HeaderClassName
{
color: #8F32B6;
}
.AnyTagClassName
{
color: #8F32B6;
}
</style>
background-color css
<style>
a { background-color: #8F32B6; }
a { background-color: rgb(143,50,182); }
div.DivClassName
{
background-color: #8F32B6;
}
.BgClassName
{
background-color: #8F32B6;
}
</style>
border-color css
<style>
span { border-color: #8F32B6; }
span { border-color: rgb(143,50,182); }
td.TdClassName
{
border-color: #8F32B6;
}
.TagClassName
{
border-color: #8F32B6;
}
</style>