Shades of Dark Orchid #8228BB
Tints of Dark Orchid #8228BB
RGB
CMYK
RGB Variations
Color information
#8228BB (or 0x8228BB) is known color: Dark Orchid. HEX triplet: 82, 28 and BB. RGB value is (130,40,187). Sum of RGB (Red+Green+Blue) = 130+40+187=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #8228BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228BB is #7DD744. Grayscale: #535353. Windows color (decimal): -8247109 or 12265602. OLE color: 12265602.
HSL color Cylindrical-coordinate representation of color #8228BB: hue angle of 276.73º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8228BB is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 40 | 187 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.27 |
| HSL | 276.73º | 0.65% | 0.45% | - |
| HSV(B) | 276.73º | 0.79% | 0.73% | - |
| XYZ | 18.93 | 9.85 | 47.92 | - |
| YUV | 83.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 187 | 0.30 | 0.79 | 0 | 0.27 | 276.73 | 0.65 | 0.45 |
| Hex | 82 | 28 | BB | 1E | 4F | 0 | 1B | 115 | 41 | 2D |
| Octal | 202 | 50 | 273 | 36 | 117 | 0 | 33 | 425 | 101 | 55 |
| Binary | 10000010 | 101000 | 10111011 | 11110 | 1001111 | 0 | 11011 | 100010101 | 1000001 | 101101 |
Color Harmonies of #8228BB
Complementary color
Monochromatic Colors of #8228BB
Black with #8228BB
Text Example
Text Example
White with #8228BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228BB; }
p { color: rgb(130,40,187); }
H1.HeaderClassName
{
color: #8228BB;
}
.AnyTagClassName
{
color: #8228BB;
}
</style>
background-color css
<style>
a { background-color: #8228BB; }
a { background-color: rgb(130,40,187); }
div.DivClassName
{
background-color: #8228BB;
}
.BgClassName
{
background-color: #8228BB;
}
</style>
border-color css
<style>
span { border-color: #8228BB; }
span { border-color: rgb(130,40,187); }
td.TdClassName
{
border-color: #8228BB;
}
.TagClassName
{
border-color: #8228BB;
}
</style>