Shades of Dark Orchid #8C2FC9
Tints of Dark Orchid #8C2FC9
RGB
CMYK
RGB Variations
Color information
#8C2FC9 (or 0x8C2FC9) is known color: Dark Orchid. HEX triplet: 8C, 2F and C9. RGB value is (140,47,201). Sum of RGB (Red+Green+Blue) = 140+47+201=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C2FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FC9 is #73D036. Grayscale: #5B5B5B. Windows color (decimal): -7589943 or 13184908. OLE color: 13184908.
HSL color Cylindrical-coordinate representation of color #8C2FC9: hue angle of 276.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C2FC9 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 47 | 201 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.21 |
| HSL | 276.23º | 0.62% | 0.49% | - |
| HSV(B) | 276.23º | 0.77% | 0.79% | - |
| XYZ | 22.37 | 11.83 | 56.36 | - |
| YUV | 92.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 201 | 0.30 | 0.77 | 0 | 0.21 | 276.23 | 0.62 | 0.49 |
| Hex | 8C | 2F | C9 | 1E | 4D | 0 | 15 | 114 | 3E | 31 |
| Octal | 214 | 57 | 311 | 36 | 115 | 0 | 25 | 424 | 76 | 61 |
| Binary | 10001100 | 101111 | 11001001 | 11110 | 1001101 | 0 | 10101 | 100010100 | 111110 | 110001 |
Color Harmonies of #8C2FC9
Complementary color
Monochromatic Colors of #8C2FC9
Black with #8C2FC9
Text Example
Text Example
White with #8C2FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2FC9; }
p { color: rgb(140,47,201); }
H1.HeaderClassName
{
color: #8C2FC9;
}
.AnyTagClassName
{
color: #8C2FC9;
}
</style>
background-color css
<style>
a { background-color: #8C2FC9; }
a { background-color: rgb(140,47,201); }
div.DivClassName
{
background-color: #8C2FC9;
}
.BgClassName
{
background-color: #8C2FC9;
}
</style>
border-color css
<style>
span { border-color: #8C2FC9; }
span { border-color: rgb(140,47,201); }
td.TdClassName
{
border-color: #8C2FC9;
}
.TagClassName
{
border-color: #8C2FC9;
}
</style>