Shades of Dark Orchid #8C30BF
Tints of Dark Orchid #8C30BF
RGB
CMYK
RGB Variations
Color information
#8C30BF (or 0x8C30BF) is known color: Dark Orchid. HEX triplet: 8C, 30 and BF. RGB value is (140,48,191). Sum of RGB (Red+Green+Blue) = 140+48+191=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30BF is #73CF40. Grayscale: #5B5B5B. Windows color (decimal): -7589697 or 12529804. OLE color: 12529804.
HSL color Cylindrical-coordinate representation of color #8C30BF: hue angle of 278.6º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C30BF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 48 | 191 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.25 |
| HSL | 278.6º | 0.6% | 0.47% | - |
| HSV(B) | 278.6º | 0.75% | 0.75% | - |
| XYZ | 21.28 | 11.45 | 50.38 | - |
| YUV | 91.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 191 | 0.27 | 0.75 | 0 | 0.25 | 278.6 | 0.6 | 0.47 |
| Hex | 8C | 30 | BF | 1B | 4B | 0 | 19 | 117 | 3C | 2F |
| Octal | 214 | 60 | 277 | 33 | 113 | 0 | 31 | 427 | 74 | 57 |
| Binary | 10001100 | 110000 | 10111111 | 11011 | 1001011 | 0 | 11001 | 100010111 | 111100 | 101111 |
Color Harmonies of #8C30BF
Complementary color
Monochromatic Colors of #8C30BF
Black with #8C30BF
Text Example
Text Example
White with #8C30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C30BF; }
p { color: rgb(140,48,191); }
H1.HeaderClassName
{
color: #8C30BF;
}
.AnyTagClassName
{
color: #8C30BF;
}
</style>
background-color css
<style>
a { background-color: #8C30BF; }
a { background-color: rgb(140,48,191); }
div.DivClassName
{
background-color: #8C30BF;
}
.BgClassName
{
background-color: #8C30BF;
}
</style>
border-color css
<style>
span { border-color: #8C30BF; }
span { border-color: rgb(140,48,191); }
td.TdClassName
{
border-color: #8C30BF;
}
.TagClassName
{
border-color: #8C30BF;
}
</style>