Shades of Dark Orchid #8F1CCC
Tints of Dark Orchid #8F1CCC
RGB
CMYK
RGB Variations
Color information
#8F1CCC (or 0x8F1CCC) is known color: Dark Orchid. HEX triplet: 8F, 1C and CC. RGB value is (143,28,204). Sum of RGB (Red+Green+Blue) = 143+28+204=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1CCC is #70E333. Grayscale: #515151. Windows color (decimal): -7398196 or 13376655. OLE color: 13376655.
HSL color Cylindrical-coordinate representation of color #8F1CCC: hue angle of 279.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1CCC is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 28 | 204 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.2 |
| HSL | 279.2º | 0.76% | 0.45% | - |
| HSV(B) | 279.2º | 0.86% | 0.8% | - |
| XYZ | 22.64 | 11.03 | 58.06 | - |
| YUV | 82.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 204 | 0.30 | 0.86 | 0 | 0.2 | 279.2 | 0.76 | 0.45 |
| Hex | 8F | 1C | CC | 1E | 56 | 0 | 14 | 117 | 4C | 2D |
| Octal | 217 | 34 | 314 | 36 | 126 | 0 | 24 | 427 | 114 | 55 |
| Binary | 10001111 | 11100 | 11001100 | 11110 | 1010110 | 0 | 10100 | 100010111 | 1001100 | 101101 |
Color Harmonies of #8F1CCC
Complementary color
Monochromatic Colors of #8F1CCC
Black with #8F1CCC
Text Example
Text Example
White with #8F1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1CCC; }
p { color: rgb(143,28,204); }
H1.HeaderClassName
{
color: #8F1CCC;
}
.AnyTagClassName
{
color: #8F1CCC;
}
</style>
background-color css
<style>
a { background-color: #8F1CCC; }
a { background-color: rgb(143,28,204); }
div.DivClassName
{
background-color: #8F1CCC;
}
.BgClassName
{
background-color: #8F1CCC;
}
</style>
border-color css
<style>
span { border-color: #8F1CCC; }
span { border-color: rgb(143,28,204); }
td.TdClassName
{
border-color: #8F1CCC;
}
.TagClassName
{
border-color: #8F1CCC;
}
</style>