Shades of Dark Orchid #8228BC
Tints of Dark Orchid #8228BC
RGB
CMYK
RGB Variations
Color information
#8228BC (or 0x8228BC) is known color: Dark Orchid. HEX triplet: 82, 28 and BC. RGB value is (130,40,188). Sum of RGB (Red+Green+Blue) = 130+40+188=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #8228BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228BC is #7DD743. Grayscale: #535353. Windows color (decimal): -8247108 or 12331138. OLE color: 12331138.
HSL color Cylindrical-coordinate representation of color #8228BC: hue angle of 276.49º 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 #8228BC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 40 | 188 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.26 |
| HSL | 276.49º | 0.65% | 0.45% | - |
| HSV(B) | 276.49º | 0.79% | 0.74% | - |
| XYZ | 19.04 | 9.89 | 48.48 | - |
| YUV | 83.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 188 | 0.31 | 0.79 | 0 | 0.26 | 276.49 | 0.65 | 0.45 |
| Hex | 82 | 28 | BC | 1F | 4F | 0 | 1A | 114 | 41 | 2D |
| Octal | 202 | 50 | 274 | 37 | 117 | 0 | 32 | 424 | 101 | 55 |
| Binary | 10000010 | 101000 | 10111100 | 11111 | 1001111 | 0 | 11010 | 100010100 | 1000001 | 101101 |
Color Harmonies of #8228BC
Complementary color
Monochromatic Colors of #8228BC
Black with #8228BC
Text Example
Text Example
White with #8228BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228BC; }
p { color: rgb(130,40,188); }
H1.HeaderClassName
{
color: #8228BC;
}
.AnyTagClassName
{
color: #8228BC;
}
</style>
background-color css
<style>
a { background-color: #8228BC; }
a { background-color: rgb(130,40,188); }
div.DivClassName
{
background-color: #8228BC;
}
.BgClassName
{
background-color: #8228BC;
}
</style>
border-color css
<style>
span { border-color: #8228BC; }
span { border-color: rgb(130,40,188); }
td.TdClassName
{
border-color: #8228BC;
}
.TagClassName
{
border-color: #8228BC;
}
</style>