Shades of Dark Orchid #8236C7
Tints of Dark Orchid #8236C7
RGB
CMYK
RGB Variations
Color information
#8236C7 (or 0x8236C7) is known color: Dark Orchid. HEX triplet: 82, 36 and C7. RGB value is (130,54,199). Sum of RGB (Red+Green+Blue) = 130+54+199=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #8236C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8236C7 is #7DC938. Grayscale: #5C5C5C. Windows color (decimal): -8243513 or 13055618. OLE color: 13055618.
HSL color Cylindrical-coordinate representation of color #8236C7: hue angle of 271.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8236C7 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 54 | 199 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.22 |
| HSL | 271.45º | 0.57% | 0.5% | - |
| HSV(B) | 271.45º | 0.73% | 0.78% | - |
| XYZ | 20.83 | 11.51 | 55.16 | - |
| YUV | 93.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 199 | 0.35 | 0.73 | 0 | 0.22 | 271.45 | 0.57 | 0.5 |
| Hex | 82 | 36 | C7 | 23 | 49 | 0 | 16 | 10F | 39 | 32 |
| Octal | 202 | 66 | 307 | 43 | 111 | 0 | 26 | 417 | 71 | 62 |
| Binary | 10000010 | 110110 | 11000111 | 100011 | 1001001 | 0 | 10110 | 100001111 | 111001 | 110010 |
Color Harmonies of #8236C7
Complementary color
Monochromatic Colors of #8236C7
Black with #8236C7
Text Example
Text Example
White with #8236C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8236C7; }
p { color: rgb(130,54,199); }
H1.HeaderClassName
{
color: #8236C7;
}
.AnyTagClassName
{
color: #8236C7;
}
</style>
background-color css
<style>
a { background-color: #8236C7; }
a { background-color: rgb(130,54,199); }
div.DivClassName
{
background-color: #8236C7;
}
.BgClassName
{
background-color: #8236C7;
}
</style>
border-color css
<style>
span { border-color: #8236C7; }
span { border-color: rgb(130,54,199); }
td.TdClassName
{
border-color: #8236C7;
}
.TagClassName
{
border-color: #8236C7;
}
</style>