Shades of Dark Orchid #8F38CF
Tints of Dark Orchid #8F38CF
RGB
CMYK
RGB Variations
Color information
#8F38CF (or 0x8F38CF) is known color: Dark Orchid. HEX triplet: 8F, 38 and CF. RGB value is (143,56,207). Sum of RGB (Red+Green+Blue) = 143+56+207=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38CF is #70C730. Grayscale: #626262. Windows color (decimal): -7391025 or 13580431. OLE color: 13580431.
HSL color Cylindrical-coordinate representation of color #8F38CF: hue angle of 274.57º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F38CF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 56 | 207 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.19 |
| HSL | 274.57º | 0.61% | 0.52% | - |
| HSV(B) | 274.57º | 0.73% | 0.81% | - |
| XYZ | 24 | 13.17 | 60.31 | - |
| YUV | 99.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 207 | 0.31 | 0.73 | 0 | 0.19 | 274.57 | 0.61 | 0.52 |
| Hex | 8F | 38 | CF | 1F | 49 | 0 | 13 | 113 | 3D | 34 |
| Octal | 217 | 70 | 317 | 37 | 111 | 0 | 23 | 423 | 75 | 64 |
| Binary | 10001111 | 111000 | 11001111 | 11111 | 1001001 | 0 | 10011 | 100010011 | 111101 | 110100 |
Color Harmonies of #8F38CF
Complementary color
Monochromatic Colors of #8F38CF
Black with #8F38CF
Text Example
Text Example
White with #8F38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F38CF; }
p { color: rgb(143,56,207); }
H1.HeaderClassName
{
color: #8F38CF;
}
.AnyTagClassName
{
color: #8F38CF;
}
</style>
background-color css
<style>
a { background-color: #8F38CF; }
a { background-color: rgb(143,56,207); }
div.DivClassName
{
background-color: #8F38CF;
}
.BgClassName
{
background-color: #8F38CF;
}
</style>
border-color css
<style>
span { border-color: #8F38CF; }
span { border-color: rgb(143,56,207); }
td.TdClassName
{
border-color: #8F38CF;
}
.TagClassName
{
border-color: #8F38CF;
}
</style>