Shades of Dark Orchid #8F3BCA
Tints of Dark Orchid #8F3BCA
RGB
CMYK
RGB Variations
Color information
#8F3BCA (or 0x8F3BCA) is known color: Dark Orchid. HEX triplet: 8F, 3B and CA. RGB value is (143,59,202). Sum of RGB (Red+Green+Blue) = 143+59+202=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F3BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BCA is #70C435. Grayscale: #636363. Windows color (decimal): -7390262 or 13253519. OLE color: 13253519.
HSL color Cylindrical-coordinate representation of color #8F3BCA: hue angle of 275.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F3BCA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 59 | 202 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.21 |
| HSL | 275.24º | 0.57% | 0.51% | - |
| HSV(B) | 275.24º | 0.71% | 0.79% | - |
| XYZ | 23.55 | 13.23 | 57.19 | - |
| YUV | 100.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 202 | 0.29 | 0.71 | 0 | 0.21 | 275.24 | 0.57 | 0.51 |
| Hex | 8F | 3B | CA | 1D | 47 | 0 | 15 | 113 | 39 | 33 |
| Octal | 217 | 73 | 312 | 35 | 107 | 0 | 25 | 423 | 71 | 63 |
| Binary | 10001111 | 111011 | 11001010 | 11101 | 1000111 | 0 | 10101 | 100010011 | 111001 | 110011 |
Color Harmonies of #8F3BCA
Complementary color
Monochromatic Colors of #8F3BCA
Black with #8F3BCA
Text Example
Text Example
White with #8F3BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BCA; }
p { color: rgb(143,59,202); }
H1.HeaderClassName
{
color: #8F3BCA;
}
.AnyTagClassName
{
color: #8F3BCA;
}
</style>
background-color css
<style>
a { background-color: #8F3BCA; }
a { background-color: rgb(143,59,202); }
div.DivClassName
{
background-color: #8F3BCA;
}
.BgClassName
{
background-color: #8F3BCA;
}
</style>
border-color css
<style>
span { border-color: #8F3BCA; }
span { border-color: rgb(143,59,202); }
td.TdClassName
{
border-color: #8F3BCA;
}
.TagClassName
{
border-color: #8F3BCA;
}
</style>