Shades of Dark Orchid #8C26B8
Tints of Dark Orchid #8C26B8
RGB
CMYK
RGB Variations
Color information
#8C26B8 (or 0x8C26B8) is known color: Dark Orchid. HEX triplet: 8C, 26 and B8. RGB value is (140,38,184). Sum of RGB (Red+Green+Blue) = 140+38+184=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #8C26B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C26B8 is #73D947. Grayscale: #545454. Windows color (decimal): -7592264 or 12068492. OLE color: 12068492.
HSL color Cylindrical-coordinate representation of color #8C26B8: hue angle of 281.92º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C26B8 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 38 | 184 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.28 |
| HSL | 281.92º | 0.66% | 0.44% | - |
| HSV(B) | 281.92º | 0.79% | 0.72% | - |
| XYZ | 20.16 | 10.42 | 46.3 | - |
| YUV | 85.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 184 | 0.24 | 0.79 | 0 | 0.28 | 281.92 | 0.66 | 0.44 |
| Hex | 8C | 26 | B8 | 18 | 4F | 0 | 1C | 11A | 42 | 2C |
| Octal | 214 | 46 | 270 | 30 | 117 | 0 | 34 | 432 | 102 | 54 |
| Binary | 10001100 | 100110 | 10111000 | 11000 | 1001111 | 0 | 11100 | 100011010 | 1000010 | 101100 |
Color Harmonies of #8C26B8
Complementary color
Monochromatic Colors of #8C26B8
Black with #8C26B8
Text Example
Text Example
White with #8C26B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C26B8; }
p { color: rgb(140,38,184); }
H1.HeaderClassName
{
color: #8C26B8;
}
.AnyTagClassName
{
color: #8C26B8;
}
</style>
background-color css
<style>
a { background-color: #8C26B8; }
a { background-color: rgb(140,38,184); }
div.DivClassName
{
background-color: #8C26B8;
}
.BgClassName
{
background-color: #8C26B8;
}
</style>
border-color css
<style>
span { border-color: #8C26B8; }
span { border-color: rgb(140,38,184); }
td.TdClassName
{
border-color: #8C26B8;
}
.TagClassName
{
border-color: #8C26B8;
}
</style>