Shades of Dark Orchid #8F25CC
Tints of Dark Orchid #8F25CC
RGB
CMYK
RGB Variations
Color information
#8F25CC (or 0x8F25CC) is known color: Dark Orchid. HEX triplet: 8F, 25 and CC. RGB value is (143,37,204). Sum of RGB (Red+Green+Blue) = 143+37+204=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25CC is #70DA33. Grayscale: #575757. Windows color (decimal): -7395892 or 13378959. OLE color: 13378959.
HSL color Cylindrical-coordinate representation of color #8F25CC: hue angle of 278.08º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F25CC is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 37 | 204 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.2 |
| HSL | 278.08º | 0.69% | 0.47% | - |
| HSV(B) | 278.08º | 0.82% | 0.8% | - |
| XYZ | 22.89 | 11.52 | 58.14 | - |
| YUV | 87.73 | 193.62 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 204 | 0.30 | 0.82 | 0 | 0.2 | 278.08 | 0.69 | 0.47 |
| Hex | 8F | 25 | CC | 1E | 52 | 0 | 14 | 116 | 45 | 2F |
| Octal | 217 | 45 | 314 | 36 | 122 | 0 | 24 | 426 | 105 | 57 |
| Binary | 10001111 | 100101 | 11001100 | 11110 | 1010010 | 0 | 10100 | 100010110 | 1000101 | 101111 |
Color Harmonies of #8F25CC
Complementary color
Monochromatic Colors of #8F25CC
Black with #8F25CC
Text Example
Text Example
White with #8F25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F25CC; }
p { color: rgb(143,37,204); }
H1.HeaderClassName
{
color: #8F25CC;
}
.AnyTagClassName
{
color: #8F25CC;
}
</style>
background-color css
<style>
a { background-color: #8F25CC; }
a { background-color: rgb(143,37,204); }
div.DivClassName
{
background-color: #8F25CC;
}
.BgClassName
{
background-color: #8F25CC;
}
</style>
border-color css
<style>
span { border-color: #8F25CC; }
span { border-color: rgb(143,37,204); }
td.TdClassName
{
border-color: #8F25CC;
}
.TagClassName
{
border-color: #8F25CC;
}
</style>