Shades of Dark Orchid #8346CB
Tints of Dark Orchid #8346CB
RGB
CMYK
RGB Variations
Color information
#8346CB (or 0x8346CB) is known color: Dark Orchid. HEX triplet: 83, 46 and CB. RGB value is (131,70,203). Sum of RGB (Red+Green+Blue) = 131+70+203=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #8346CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346CB is #7CB934. Grayscale: #666666. Windows color (decimal): -8173877 or 13321859. OLE color: 13321859.
HSL color Cylindrical-coordinate representation of color #8346CB: hue angle of 267.52º degrees, saturation: 0.56, 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 #8346CB is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 70 | 203 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.20 |
| HSL | 267.52º | 0.56% | 0.54% | - |
| HSV(B) | 267.52º | 0.66% | 0.8% | - |
| XYZ | 22.33 | 13.52 | 57.93 | - |
| YUV | 103.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 203 | 0.35 | 0.66 | 0 | 0.20 | 267.52 | 0.56 | 0.54 |
| Hex | 83 | 46 | CB | 23 | 42 | 0 | 14 | 10C | 38 | 36 |
| Octal | 203 | 106 | 313 | 43 | 102 | 0 | 24 | 414 | 70 | 66 |
| Binary | 10000011 | 1000110 | 11001011 | 100011 | 1000010 | 0 | 10100 | 100001100 | 111000 | 110110 |
Color Harmonies of #8346CB
Complementary color
Monochromatic Colors of #8346CB
Black with #8346CB
Text Example
Text Example
White with #8346CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8346CB; }
p { color: rgb(131,70,203); }
H1.HeaderClassName
{
color: #8346CB;
}
.AnyTagClassName
{
color: #8346CB;
}
</style>
background-color css
<style>
a { background-color: #8346CB; }
a { background-color: rgb(131,70,203); }
div.DivClassName
{
background-color: #8346CB;
}
.BgClassName
{
background-color: #8346CB;
}
</style>
border-color css
<style>
span { border-color: #8346CB; }
span { border-color: rgb(131,70,203); }
td.TdClassName
{
border-color: #8346CB;
}
.TagClassName
{
border-color: #8346CB;
}
</style>