Shades of Dark Orchid #8344CC
Tints of Dark Orchid #8344CC
RGB
CMYK
RGB Variations
Color information
#8344CC (or 0x8344CC) is known color: Dark Orchid. HEX triplet: 83, 44 and CC. RGB value is (131,68,204). Sum of RGB (Red+Green+Blue) = 131+68+204=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #8344CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344CC is #7CBB33. Grayscale: #656565. Windows color (decimal): -8174388 or 13386883. OLE color: 13386883.
HSL color Cylindrical-coordinate representation of color #8344CC: hue angle of 267.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8344CC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 68 | 204 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.2 |
| HSL | 267.79º | 0.57% | 0.53% | - |
| HSV(B) | 267.79º | 0.67% | 0.8% | - |
| XYZ | 22.33 | 13.32 | 58.52 | - |
| YUV | 102.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 204 | 0.36 | 0.67 | 0 | 0.2 | 267.79 | 0.57 | 0.53 |
| Hex | 83 | 44 | CC | 24 | 43 | 0 | 14 | 10C | 39 | 35 |
| Octal | 203 | 104 | 314 | 44 | 103 | 0 | 24 | 414 | 71 | 65 |
| Binary | 10000011 | 1000100 | 11001100 | 100100 | 1000011 | 0 | 10100 | 100001100 | 111001 | 110101 |
Color Harmonies of #8344CC
Complementary color
Monochromatic Colors of #8344CC
Black with #8344CC
Text Example
Text Example
White with #8344CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8344CC; }
p { color: rgb(131,68,204); }
H1.HeaderClassName
{
color: #8344CC;
}
.AnyTagClassName
{
color: #8344CC;
}
</style>
background-color css
<style>
a { background-color: #8344CC; }
a { background-color: rgb(131,68,204); }
div.DivClassName
{
background-color: #8344CC;
}
.BgClassName
{
background-color: #8344CC;
}
</style>
border-color css
<style>
span { border-color: #8344CC; }
span { border-color: rgb(131,68,204); }
td.TdClassName
{
border-color: #8344CC;
}
.TagClassName
{
border-color: #8344CC;
}
</style>