Shades of Dark Orchid #8344C7
Tints of Dark Orchid #8344C7
RGB
CMYK
RGB Variations
Color information
#8344C7 (or 0x8344C7) is known color: Dark Orchid. HEX triplet: 83, 44 and C7. RGB value is (131,68,199). Sum of RGB (Red+Green+Blue) = 131+68+199=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #8344C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344C7 is #7CBB38. Grayscale: #656565. Windows color (decimal): -8174393 or 13059203. OLE color: 13059203.
HSL color Cylindrical-coordinate representation of color #8344C7: hue angle of 268.85º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8344C7 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 68 | 199 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.22 |
| HSL | 268.85º | 0.54% | 0.52% | - |
| HSV(B) | 268.85º | 0.66% | 0.78% | - |
| XYZ | 21.74 | 13.08 | 55.41 | - |
| YUV | 101.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 199 | 0.34 | 0.66 | 0 | 0.22 | 268.85 | 0.54 | 0.52 |
| Hex | 83 | 44 | C7 | 22 | 42 | 0 | 16 | 10D | 36 | 34 |
| Octal | 203 | 104 | 307 | 42 | 102 | 0 | 26 | 415 | 66 | 64 |
| Binary | 10000011 | 1000100 | 11000111 | 100010 | 1000010 | 0 | 10110 | 100001101 | 110110 | 110100 |
Color Harmonies of #8344C7
Complementary color
Monochromatic Colors of #8344C7
Black with #8344C7
Text Example
Text Example
White with #8344C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8344C7; }
p { color: rgb(131,68,199); }
H1.HeaderClassName
{
color: #8344C7;
}
.AnyTagClassName
{
color: #8344C7;
}
</style>
background-color css
<style>
a { background-color: #8344C7; }
a { background-color: rgb(131,68,199); }
div.DivClassName
{
background-color: #8344C7;
}
.BgClassName
{
background-color: #8344C7;
}
</style>
border-color css
<style>
span { border-color: #8344C7; }
span { border-color: rgb(131,68,199); }
td.TdClassName
{
border-color: #8344C7;
}
.TagClassName
{
border-color: #8344C7;
}
</style>