Shades of Dark Orchid #8229C8
Tints of Dark Orchid #8229C8
RGB
CMYK
RGB Variations
Color information
#8229C8 (or 0x8229C8) is known color: Dark Orchid. HEX triplet: 82, 29 and C8. RGB value is (130,41,200). Sum of RGB (Red+Green+Blue) = 130+41+200=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #8229C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8229C8 is #7DD637. Grayscale: #555555. Windows color (decimal): -8246840 or 13117826. OLE color: 13117826.
HSL color Cylindrical-coordinate representation of color #8229C8: hue angle of 273.58º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8229C8 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 41 | 200 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.22 |
| HSL | 273.58º | 0.66% | 0.47% | - |
| HSV(B) | 273.58º | 0.8% | 0.78% | - |
| XYZ | 20.42 | 10.5 | 55.59 | - |
| YUV | 85.74 | 192.49 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 200 | 0.35 | 0.80 | 0 | 0.22 | 273.58 | 0.66 | 0.47 |
| Hex | 82 | 29 | C8 | 23 | 50 | 0 | 16 | 112 | 42 | 2F |
| Octal | 202 | 51 | 310 | 43 | 120 | 0 | 26 | 422 | 102 | 57 |
| Binary | 10000010 | 101001 | 11001000 | 100011 | 1010000 | 0 | 10110 | 100010010 | 1000010 | 101111 |
Color Harmonies of #8229C8
Complementary color
Monochromatic Colors of #8229C8
Black with #8229C8
Text Example
Text Example
White with #8229C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229C8; }
p { color: rgb(130,41,200); }
H1.HeaderClassName
{
color: #8229C8;
}
.AnyTagClassName
{
color: #8229C8;
}
</style>
background-color css
<style>
a { background-color: #8229C8; }
a { background-color: rgb(130,41,200); }
div.DivClassName
{
background-color: #8229C8;
}
.BgClassName
{
background-color: #8229C8;
}
</style>
border-color css
<style>
span { border-color: #8229C8; }
span { border-color: rgb(130,41,200); }
td.TdClassName
{
border-color: #8229C8;
}
.TagClassName
{
border-color: #8229C8;
}
</style>