Shades of Dark Orchid #8F36CA
Tints of Dark Orchid #8F36CA
RGB
CMYK
RGB Variations
Color information
#8F36CA (or 0x8F36CA) is known color: Dark Orchid. HEX triplet: 8F, 36 and CA. RGB value is (143,54,202). Sum of RGB (Red+Green+Blue) = 143+54+202=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F36CA is #70C935. Grayscale: #606060. Windows color (decimal): -7391542 or 13252239. OLE color: 13252239.
HSL color Cylindrical-coordinate representation of color #8F36CA: hue angle of 276.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F36CA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 54 | 202 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.21 |
| HSL | 276.08º | 0.58% | 0.5% | - |
| HSV(B) | 276.08º | 0.73% | 0.79% | - |
| XYZ | 23.31 | 12.74 | 57.11 | - |
| YUV | 97.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 202 | 0.29 | 0.73 | 0 | 0.21 | 276.08 | 0.58 | 0.5 |
| Hex | 8F | 36 | CA | 1D | 49 | 0 | 15 | 114 | 3A | 32 |
| Octal | 217 | 66 | 312 | 35 | 111 | 0 | 25 | 424 | 72 | 62 |
| Binary | 10001111 | 110110 | 11001010 | 11101 | 1001001 | 0 | 10101 | 100010100 | 111010 | 110010 |
Color Harmonies of #8F36CA
Complementary color
Monochromatic Colors of #8F36CA
Black with #8F36CA
Text Example
Text Example
White with #8F36CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F36CA; }
p { color: rgb(143,54,202); }
H1.HeaderClassName
{
color: #8F36CA;
}
.AnyTagClassName
{
color: #8F36CA;
}
</style>
background-color css
<style>
a { background-color: #8F36CA; }
a { background-color: rgb(143,54,202); }
div.DivClassName
{
background-color: #8F36CA;
}
.BgClassName
{
background-color: #8F36CA;
}
</style>
border-color css
<style>
span { border-color: #8F36CA; }
span { border-color: rgb(143,54,202); }
td.TdClassName
{
border-color: #8F36CA;
}
.TagClassName
{
border-color: #8F36CA;
}
</style>