Shades of Dark Orchid #8618B8
Tints of Dark Orchid #8618B8
RGB
CMYK
RGB Variations
Color information
#8618B8 (or 0x8618B8) is known color: Dark Orchid. HEX triplet: 86, 18 and B8. RGB value is (134,24,184). Sum of RGB (Red+Green+Blue) = 134+24+184=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #8618B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8618B8 is #79E747. Grayscale: #4A4A4A. Windows color (decimal): -7989064 or 12064902. OLE color: 12064902.
HSL color Cylindrical-coordinate representation of color #8618B8: hue angle of 281.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8618B8 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 24 | 184 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.28 |
| HSL | 281.25º | 0.77% | 0.41% | - |
| HSV(B) | 281.25º | 0.87% | 0.72% | - |
| XYZ | 18.81 | 9.18 | 46.13 | - |
| YUV | 75.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 184 | 0.27 | 0.87 | 0 | 0.28 | 281.25 | 0.77 | 0.41 |
| Hex | 86 | 18 | B8 | 1B | 57 | 0 | 1C | 119 | 4D | 29 |
| Octal | 206 | 30 | 270 | 33 | 127 | 0 | 34 | 431 | 115 | 51 |
| Binary | 10000110 | 11000 | 10111000 | 11011 | 1010111 | 0 | 11100 | 100011001 | 1001101 | 101001 |
Color Harmonies of #8618B8
Complementary color
Monochromatic Colors of #8618B8
Black with #8618B8
Text Example
Text Example
White with #8618B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8618B8; }
p { color: rgb(134,24,184); }
H1.HeaderClassName
{
color: #8618B8;
}
.AnyTagClassName
{
color: #8618B8;
}
</style>
background-color css
<style>
a { background-color: #8618B8; }
a { background-color: rgb(134,24,184); }
div.DivClassName
{
background-color: #8618B8;
}
.BgClassName
{
background-color: #8618B8;
}
</style>
border-color css
<style>
span { border-color: #8618B8; }
span { border-color: rgb(134,24,184); }
td.TdClassName
{
border-color: #8618B8;
}
.TagClassName
{
border-color: #8618B8;
}
</style>