Shades of Dark Orchid #8344CD
Tints of Dark Orchid #8344CD
RGB
CMYK
RGB Variations
Color information
#8344CD (or 0x8344CD) is known color: Dark Orchid. HEX triplet: 83, 44 and CD. RGB value is (131,68,205). Sum of RGB (Red+Green+Blue) = 131+68+205=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #8344CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344CD is #7CBB32. Grayscale: #656565. Windows color (decimal): -8174387 or 13452419. OLE color: 13452419.
HSL color Cylindrical-coordinate representation of color #8344CD: hue angle of 267.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8344CD is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 68 | 205 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.20 |
| HSL | 267.59º | 0.58% | 0.54% | - |
| HSV(B) | 267.59º | 0.67% | 0.8% | - |
| XYZ | 22.45 | 13.37 | 59.15 | - |
| YUV | 102.46 | 185.87 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 205 | 0.36 | 0.67 | 0 | 0.20 | 267.59 | 0.58 | 0.54 |
| Hex | 83 | 44 | CD | 24 | 43 | 0 | 14 | 10C | 3A | 36 |
| Octal | 203 | 104 | 315 | 44 | 103 | 0 | 24 | 414 | 72 | 66 |
| Binary | 10000011 | 1000100 | 11001101 | 100100 | 1000011 | 0 | 10100 | 100001100 | 111010 | 110110 |
Color Harmonies of #8344CD
Complementary color
Monochromatic Colors of #8344CD
Black with #8344CD
Text Example
Text Example
White with #8344CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8344CD; }
p { color: rgb(131,68,205); }
H1.HeaderClassName
{
color: #8344CD;
}
.AnyTagClassName
{
color: #8344CD;
}
</style>
background-color css
<style>
a { background-color: #8344CD; }
a { background-color: rgb(131,68,205); }
div.DivClassName
{
background-color: #8344CD;
}
.BgClassName
{
background-color: #8344CD;
}
</style>
border-color css
<style>
span { border-color: #8344CD; }
span { border-color: rgb(131,68,205); }
td.TdClassName
{
border-color: #8344CD;
}
.TagClassName
{
border-color: #8344CD;
}
</style>