Shades of Dark Orchid #8346CC
Tints of Dark Orchid #8346CC
RGB
CMYK
RGB Variations
Color information
#8346CC (or 0x8346CC) is known color: Dark Orchid. HEX triplet: 83, 46 and CC. RGB value is (131,70,204). Sum of RGB (Red+Green+Blue) = 131+70+204=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #8346CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346CC is #7CB933. Grayscale: #676767. Windows color (decimal): -8173876 or 13387395. OLE color: 13387395.
HSL color Cylindrical-coordinate representation of color #8346CC: hue angle of 267.31º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8346CC is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 70 | 204 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.2 |
| HSL | 267.31º | 0.57% | 0.54% | - |
| HSV(B) | 267.31º | 0.66% | 0.8% | - |
| XYZ | 22.45 | 13.57 | 58.56 | - |
| YUV | 103.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 204 | 0.36 | 0.66 | 0 | 0.2 | 267.31 | 0.57 | 0.54 |
| Hex | 83 | 46 | CC | 24 | 42 | 0 | 14 | 10B | 39 | 36 |
| Octal | 203 | 106 | 314 | 44 | 102 | 0 | 24 | 413 | 71 | 66 |
| Binary | 10000011 | 1000110 | 11001100 | 100100 | 1000010 | 0 | 10100 | 100001011 | 111001 | 110110 |
Color Harmonies of #8346CC
Complementary color
Monochromatic Colors of #8346CC
Black with #8346CC
Text Example
Text Example
White with #8346CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8346CC; }
p { color: rgb(131,70,204); }
H1.HeaderClassName
{
color: #8346CC;
}
.AnyTagClassName
{
color: #8346CC;
}
</style>
background-color css
<style>
a { background-color: #8346CC; }
a { background-color: rgb(131,70,204); }
div.DivClassName
{
background-color: #8346CC;
}
.BgClassName
{
background-color: #8346CC;
}
</style>
border-color css
<style>
span { border-color: #8346CC; }
span { border-color: rgb(131,70,204); }
td.TdClassName
{
border-color: #8346CC;
}
.TagClassName
{
border-color: #8346CC;
}
</style>