Shades of Dark Orchid #8226B7
Tints of Dark Orchid #8226B7
RGB
CMYK
RGB Variations
Color information
#8226B7 (or 0x8226B7) is known color: Dark Orchid. HEX triplet: 82, 26 and B7. RGB value is (130,38,183). Sum of RGB (Red+Green+Blue) = 130+38+183=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #8226B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8226B7 is #7DD948. Grayscale: #515151. Windows color (decimal): -8247625 or 12002946. OLE color: 12002946.
HSL color Cylindrical-coordinate representation of color #8226B7: hue angle of 278.07º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8226B7 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 38 | 183 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.28 |
| HSL | 278.07º | 0.66% | 0.43% | - |
| HSV(B) | 278.07º | 0.79% | 0.72% | - |
| XYZ | 18.45 | 9.55 | 45.67 | - |
| YUV | 82.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 183 | 0.29 | 0.79 | 0 | 0.28 | 278.07 | 0.66 | 0.43 |
| Hex | 82 | 26 | B7 | 1D | 4F | 0 | 1C | 116 | 42 | 2B |
| Octal | 202 | 46 | 267 | 35 | 117 | 0 | 34 | 426 | 102 | 53 |
| Binary | 10000010 | 100110 | 10110111 | 11101 | 1001111 | 0 | 11100 | 100010110 | 1000010 | 101011 |
Color Harmonies of #8226B7
Complementary color
Monochromatic Colors of #8226B7
Black with #8226B7
Text Example
Text Example
White with #8226B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226B7; }
p { color: rgb(130,38,183); }
H1.HeaderClassName
{
color: #8226B7;
}
.AnyTagClassName
{
color: #8226B7;
}
</style>
background-color css
<style>
a { background-color: #8226B7; }
a { background-color: rgb(130,38,183); }
div.DivClassName
{
background-color: #8226B7;
}
.BgClassName
{
background-color: #8226B7;
}
</style>
border-color css
<style>
span { border-color: #8226B7; }
span { border-color: rgb(130,38,183); }
td.TdClassName
{
border-color: #8226B7;
}
.TagClassName
{
border-color: #8226B7;
}
</style>