Shades of Dark Orchid #8C3DBB
Tints of Dark Orchid #8C3DBB
RGB
CMYK
RGB Variations
Color information
#8C3DBB (or 0x8C3DBB) is known color: Dark Orchid. HEX triplet: 8C, 3D and BB. RGB value is (140,61,187). Sum of RGB (Red+Green+Blue) = 140+61+187=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DBB is #73C244. Grayscale: #626262. Windows color (decimal): -7586373 or 12270988. OLE color: 12270988.
HSL color Cylindrical-coordinate representation of color #8C3DBB: hue angle of 277.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3DBB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 61 | 187 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.27 |
| HSL | 277.62º | 0.51% | 0.49% | - |
| HSV(B) | 277.62º | 0.67% | 0.73% | - |
| XYZ | 21.45 | 12.5 | 48.3 | - |
| YUV | 98.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 187 | 0.25 | 0.67 | 0 | 0.27 | 277.62 | 0.51 | 0.49 |
| Hex | 8C | 3D | BB | 19 | 43 | 0 | 1B | 116 | 33 | 31 |
| Octal | 214 | 75 | 273 | 31 | 103 | 0 | 33 | 426 | 63 | 61 |
| Binary | 10001100 | 111101 | 10111011 | 11001 | 1000011 | 0 | 11011 | 100010110 | 110011 | 110001 |
Color Harmonies of #8C3DBB
Complementary color
Monochromatic Colors of #8C3DBB
Black with #8C3DBB
Text Example
Text Example
White with #8C3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3DBB; }
p { color: rgb(140,61,187); }
H1.HeaderClassName
{
color: #8C3DBB;
}
.AnyTagClassName
{
color: #8C3DBB;
}
</style>
background-color css
<style>
a { background-color: #8C3DBB; }
a { background-color: rgb(140,61,187); }
div.DivClassName
{
background-color: #8C3DBB;
}
.BgClassName
{
background-color: #8C3DBB;
}
</style>
border-color css
<style>
span { border-color: #8C3DBB; }
span { border-color: rgb(140,61,187); }
td.TdClassName
{
border-color: #8C3DBB;
}
.TagClassName
{
border-color: #8C3DBB;
}
</style>