Shades of Dark Orchid #8025BC
Tints of Dark Orchid #8025BC
RGB
CMYK
RGB Variations
Color information
#8025BC (or 0x8025BC) is known color: Dark Orchid. HEX triplet: 80, 25 and BC. RGB value is (128,37,188). Sum of RGB (Red+Green+Blue) = 128+37+188=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #8025BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8025BC is #7FDA43. Grayscale: #505050. Windows color (decimal): -8378948 or 12330368. OLE color: 12330368.
HSL color Cylindrical-coordinate representation of color #8025BC: hue angle of 276.16º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8025BC is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 37 | 188 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.26 |
| HSL | 276.16º | 0.67% | 0.44% | - |
| HSV(B) | 276.16º | 0.8% | 0.74% | - |
| XYZ | 18.64 | 9.54 | 48.44 | - |
| YUV | 81.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 188 | 0.32 | 0.80 | 0 | 0.26 | 276.16 | 0.67 | 0.44 |
| Hex | 80 | 25 | BC | 20 | 50 | 0 | 1A | 114 | 43 | 2C |
| Octal | 200 | 45 | 274 | 40 | 120 | 0 | 32 | 424 | 103 | 54 |
| Binary | 10000000 | 100101 | 10111100 | 100000 | 1010000 | 0 | 11010 | 100010100 | 1000011 | 101100 |
Color Harmonies of #8025BC
Complementary color
Monochromatic Colors of #8025BC
Black with #8025BC
Text Example
Text Example
White with #8025BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8025BC; }
p { color: rgb(128,37,188); }
H1.HeaderClassName
{
color: #8025BC;
}
.AnyTagClassName
{
color: #8025BC;
}
</style>
background-color css
<style>
a { background-color: #8025BC; }
a { background-color: rgb(128,37,188); }
div.DivClassName
{
background-color: #8025BC;
}
.BgClassName
{
background-color: #8025BC;
}
</style>
border-color css
<style>
span { border-color: #8025BC; }
span { border-color: rgb(128,37,188); }
td.TdClassName
{
border-color: #8025BC;
}
.TagClassName
{
border-color: #8025BC;
}
</style>