Shades of Dark Orchid #8028BC
Tints of Dark Orchid #8028BC
RGB
CMYK
RGB Variations
Color information
#8028BC (or 0x8028BC) is known color: Dark Orchid. HEX triplet: 80, 28 and BC. RGB value is (128,40,188). Sum of RGB (Red+Green+Blue) = 128+40+188=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #8028BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028BC is #7FD743. Grayscale: #525252. Windows color (decimal): -8378180 or 12331136. OLE color: 12331136.
HSL color Cylindrical-coordinate representation of color #8028BC: hue angle of 275.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8028BC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 40 | 188 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.26 |
| HSL | 275.68º | 0.65% | 0.45% | - |
| HSV(B) | 275.68º | 0.79% | 0.74% | - |
| XYZ | 18.74 | 9.74 | 48.47 | - |
| YUV | 83.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 188 | 0.32 | 0.79 | 0 | 0.26 | 275.68 | 0.65 | 0.45 |
| Hex | 80 | 28 | BC | 20 | 4F | 0 | 1A | 114 | 41 | 2D |
| Octal | 200 | 50 | 274 | 40 | 117 | 0 | 32 | 424 | 101 | 55 |
| Binary | 10000000 | 101000 | 10111100 | 100000 | 1001111 | 0 | 11010 | 100010100 | 1000001 | 101101 |
Color Harmonies of #8028BC
Complementary color
Monochromatic Colors of #8028BC
Black with #8028BC
Text Example
Text Example
White with #8028BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028BC; }
p { color: rgb(128,40,188); }
H1.HeaderClassName
{
color: #8028BC;
}
.AnyTagClassName
{
color: #8028BC;
}
</style>
background-color css
<style>
a { background-color: #8028BC; }
a { background-color: rgb(128,40,188); }
div.DivClassName
{
background-color: #8028BC;
}
.BgClassName
{
background-color: #8028BC;
}
</style>
border-color css
<style>
span { border-color: #8028BC; }
span { border-color: rgb(128,40,188); }
td.TdClassName
{
border-color: #8028BC;
}
.TagClassName
{
border-color: #8028BC;
}
</style>