Shades of Dark Orchid #8F35BC
Tints of Dark Orchid #8F35BC
RGB
CMYK
RGB Variations
Color information
#8F35BC (or 0x8F35BC) is known color: Dark Orchid. HEX triplet: 8F, 35 and BC. RGB value is (143,53,188). Sum of RGB (Red+Green+Blue) = 143+53+188=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F35BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F35BC is #70CA43. Grayscale: #5E5E5E. Windows color (decimal): -7391812 or 12334479. OLE color: 12334479.
HSL color Cylindrical-coordinate representation of color #8F35BC: hue angle of 280º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F35BC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 53 | 188 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.26 |
| HSL | 280º | 0.56% | 0.47% | - |
| HSV(B) | 280º | 0.72% | 0.74% | - |
| XYZ | 21.68 | 12.02 | 48.75 | - |
| YUV | 95.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 188 | 0.24 | 0.72 | 0 | 0.26 | 280 | 0.56 | 0.47 |
| Hex | 8F | 35 | BC | 18 | 48 | 0 | 1A | 118 | 38 | 2F |
| Octal | 217 | 65 | 274 | 30 | 110 | 0 | 32 | 430 | 70 | 57 |
| Binary | 10001111 | 110101 | 10111100 | 11000 | 1001000 | 0 | 11010 | 100011000 | 111000 | 101111 |
Color Harmonies of #8F35BC
Complementary color
Monochromatic Colors of #8F35BC
Black with #8F35BC
Text Example
Text Example
White with #8F35BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F35BC; }
p { color: rgb(143,53,188); }
H1.HeaderClassName
{
color: #8F35BC;
}
.AnyTagClassName
{
color: #8F35BC;
}
</style>
background-color css
<style>
a { background-color: #8F35BC; }
a { background-color: rgb(143,53,188); }
div.DivClassName
{
background-color: #8F35BC;
}
.BgClassName
{
background-color: #8F35BC;
}
</style>
border-color css
<style>
span { border-color: #8F35BC; }
span { border-color: rgb(143,53,188); }
td.TdClassName
{
border-color: #8F35BC;
}
.TagClassName
{
border-color: #8F35BC;
}
</style>