Shades of Dark Orchid #8227C5
Tints of Dark Orchid #8227C5
RGB
CMYK
RGB Variations
Color information
#8227C5 (or 0x8227C5) is known color: Dark Orchid. HEX triplet: 82, 27 and C5. RGB value is (130,39,197). Sum of RGB (Red+Green+Blue) = 130+39+197=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 197 (77.34% from 255 or 53.83% from 366); Max value from RGB is 197 - color contains mainly: blue. Hex color #8227C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8227C5 is #7DD83A. Grayscale: #535353. Windows color (decimal): -8247355 or 12920706. OLE color: 12920706.
HSL color Cylindrical-coordinate representation of color #8227C5: hue angle of 274.56º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8227C5 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 39 | 197 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.23 |
| HSL | 274.56º | 0.67% | 0.46% | - |
| HSV(B) | 274.56º | 0.8% | 0.77% | - |
| XYZ | 20.01 | 10.23 | 53.74 | - |
| YUV | 84.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 197 | 0.34 | 0.80 | 0 | 0.23 | 274.56 | 0.67 | 0.46 |
| Hex | 82 | 27 | C5 | 22 | 50 | 0 | 17 | 113 | 43 | 2E |
| Octal | 202 | 47 | 305 | 42 | 120 | 0 | 27 | 423 | 103 | 56 |
| Binary | 10000010 | 100111 | 11000101 | 100010 | 1010000 | 0 | 10111 | 100010011 | 1000011 | 101110 |
Color Harmonies of #8227C5
Complementary color
Monochromatic Colors of #8227C5
Black with #8227C5
Text Example
Text Example
White with #8227C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227C5; }
p { color: rgb(130,39,197); }
H1.HeaderClassName
{
color: #8227C5;
}
.AnyTagClassName
{
color: #8227C5;
}
</style>
background-color css
<style>
a { background-color: #8227C5; }
a { background-color: rgb(130,39,197); }
div.DivClassName
{
background-color: #8227C5;
}
.BgClassName
{
background-color: #8227C5;
}
</style>
border-color css
<style>
span { border-color: #8227C5; }
span { border-color: rgb(130,39,197); }
td.TdClassName
{
border-color: #8227C5;
}
.TagClassName
{
border-color: #8227C5;
}
</style>