Shades of Dark Orchid #8F30CD
Tints of Dark Orchid #8F30CD
RGB
CMYK
RGB Variations
Color information
#8F30CD (or 0x8F30CD) is known color: Dark Orchid. HEX triplet: 8F, 30 and CD. RGB value is (143,48,205). Sum of RGB (Red+Green+Blue) = 143+48+205=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F30CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F30CD is #70CF32. Grayscale: #5D5D5D. Windows color (decimal): -7393075 or 13447311. OLE color: 13447311.
HSL color Cylindrical-coordinate representation of color #8F30CD: hue angle of 276.31º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F30CD is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 48 | 205 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.20 |
| HSL | 276.31º | 0.62% | 0.5% | - |
| HSV(B) | 276.31º | 0.77% | 0.8% | - |
| XYZ | 23.4 | 12.36 | 58.91 | - |
| YUV | 94.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 205 | 0.30 | 0.77 | 0 | 0.20 | 276.31 | 0.62 | 0.5 |
| Hex | 8F | 30 | CD | 1E | 4D | 0 | 14 | 114 | 3E | 32 |
| Octal | 217 | 60 | 315 | 36 | 115 | 0 | 24 | 424 | 76 | 62 |
| Binary | 10001111 | 110000 | 11001101 | 11110 | 1001101 | 0 | 10100 | 100010100 | 111110 | 110010 |
Color Harmonies of #8F30CD
Complementary color
Monochromatic Colors of #8F30CD
Black with #8F30CD
Text Example
Text Example
White with #8F30CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F30CD; }
p { color: rgb(143,48,205); }
H1.HeaderClassName
{
color: #8F30CD;
}
.AnyTagClassName
{
color: #8F30CD;
}
</style>
background-color css
<style>
a { background-color: #8F30CD; }
a { background-color: rgb(143,48,205); }
div.DivClassName
{
background-color: #8F30CD;
}
.BgClassName
{
background-color: #8F30CD;
}
</style>
border-color css
<style>
span { border-color: #8F30CD; }
span { border-color: rgb(143,48,205); }
td.TdClassName
{
border-color: #8F30CD;
}
.TagClassName
{
border-color: #8F30CD;
}
</style>